Hi,
I am looking at NDIS to get some piece of
information that Microsoft implementation
of SNMP does not give me (mib2-transmission)
I have found how to get the required stats from
NDIS using IOCTL_NDIS_QUERY_GLOBAL_STATS
but there is a small piece of information that I
could not find anywhere in the documentation
Network adapters are identified by an index number
(called ifIndex) in SNMP. However I cant find any
corresponding information in the NDIS OID header
files. Without that identifier I have no way of correlating
the information about adapters SNMP gives me and
the information I can find out myself using NDIS.
If someone knows how this ifIndex number is found by
the inetmib1.dll which gives the mib2 data or how I
can get the ifIndex from NDIS or even from where I
can get the mib2-transmission group information in
windows please tell me about it
Thank you
arun