nmap / npcap

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

outbound packets logged twice on vEthernet #745

Open OUSHAOHUA opened 2 months ago

OUSHAOHUA commented 2 months ago

I'm using WSL on Windows and found that almost every packet sent from Windows to WSL is retransmitted

OUSHAOHUA commented 2 months ago

image (1) image

guyharris commented 2 months ago

Is this a case where, given that the packets are going between a host and guest on the same machine, NDIS treats the packet as first being sent on the interface and then as being received on the interface, so that it's delivered twice to the Npcap driver?