I am porting the famous packet capture software — WinPcap from NDIS 5.0 to NDIS 6.x. I tried to translate every NDIS 5.0 function to its 6.0 version. In WinPcap sourcecode function NdisOpenAdapter is called by NPF_OpenAdapter in Openclos.c. I translated it to NdisOpenAdapterEx for NDIS 6.0. But I cannot find a way to set [...]
The post how to call NdisOpenAdapterEx or the alternative outside the ProtocolBindAdapter routine? appeared first on BlogoSfera.