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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -