c - Is it possible to capture localhost packets (127.0.0.1 as destination) in NDIS layer? -
i developing ndis 6 filter driver of win7 , win8 winpcap , nmap. know, nmap network scanner. requirement of nmap capture localhost packets "ping 127.0.0.1", nmap can test local machine itself, too. however, seems localhost packets return in tcp/ip stack , never comes ndis layer. there way resolve issue? adding loopback adapter or what? thanks.
you'll need wfp callout capture layer-3 loopback packets. tcpip has fast-path loopback never reaches layer-2 in ndis.
Comments
Post a Comment