npcap icon indicating copy to clipboard operation
npcap copied to clipboard

Failed to capture traffic

Open Jondoe398 opened this issue 1 year ago • 2 comments

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

Jondoe398 avatar May 22 '24 07:05 Jondoe398

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.

gvanem avatar May 22 '24 10:05 gvanem

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.

Jondoe398 avatar May 27 '24 01:05 Jondoe398