nmap / npcap

Nmap Project's Windows packet capture and transmission library
https://npcap.com
Other
3k stars 516 forks source link

Npcap not able to capture the out packets of PC Ethernet #42

Open nikhilreddy777 opened 5 years ago

nikhilreddy777 commented 5 years ago

I am using the npcap-0.996 version, trying to capture the out packets of the PC of particular adapter. I opened the pcap session in promiscuous mode with the pcap_open function and reading the packets continuously by pcap_next_ex function. Able to read the incoming packets but not able to read the out packets.

dmiller-nmap commented 4 years ago

Thanks for reporting this. Npcap is currently on version 0.9983, so it is possible we have fixed this in a more recent release. Can you please try Npcap 0.9983 and let us know if you still have the same problem?

If the problem persists, please provide output of DiagReport so we can better diagnose the problem.