We're building an interface between IDS and the RemoteAccess/firewall
service but have been having some difficulty in locating some specific
documentation regarding the windows registry format for the
InterfaceInfo binary data. The closest we've come to locating the
information we need is the "remote access service windows 2000
registry layout" at:
http://windowssdk.msdn.microsoft.com...try_layout.asp
Specifically, can someone direct me to the appropriate documentation
source (we've looked in the RRAS API documentation and as much
registry documentation as we can find) for the registry key:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess\Interfaces\<specific
nic interface id>\Ip]
"InterfaceInfo"=
The data is a binary value, and it's the information about the
format/layout of this data that we are looking for. We thought we had
it figured out, but we're still missing something as when we sort and
reload the NAT/Firewall filter data, the first couple dozen or so
records are still getting messed up.
Any help would be appreciated. Thank you.