nmap / npcap

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

Failed to capture traffic #733

Open Jondoe398 opened 1 month ago

Jondoe398 commented 1 month ago

I installed npcap on a Windows tablet device. The network adapter of this device is Realtek PCIe GbE Family, and the network card driver is rt86win7.sys. Npcap failed to capture the network traffic of this adapter and also failed to mount

gvanem commented 1 month ago

I use a similar RealTek PCIe GbE driver w/o problems on Win-10, 64-bit (driver version 10.54.1111.2021).

But you seems to be using Win-7, 32-bit (?). Not sure if NPcap supports that. Check the output of systeminfo | find "System Type:"

Edit: See https://github.com/nmap/npcap/issues/536 for some details on this.

Jondoe398 commented 1 month ago

I use a similar RealTek PCIe GbE driver w/o problems on Win-10, 64-bit (driver version 10.54.1111.2021).

But you seems to be using Win-7, 32-bit (?). Not sure if NPcap supports that. Check the output of systeminfo | find "System Type:"

Edit: See #536 for some details on this.

Yes, this is an x86 device. The system information shows it as an X86-based PC.