Reply To: why not i can load the NDISRD.sys by code

Home Forums Discussions General why not i can load the NDISRD.sys by code Reply To: why not i can load the NDISRD.sys by code

#6465
Vadim Smirnov
Keymaster

    If you mean NDIS hooking variant of WinpkFilter then it MUST be loaded after NDIS.SYS and before TCPIP.SYS to work normally, otherwise it not able to intercept TCP/IP protcol registration.

    If you are about NDIS IM variant, then it can be added/removed dynamically in most cases, but SCM API is not suitable to this. I would recommend having a look at SNETCFG sample from DDK.