npcap icon indicating copy to clipboard operation
npcap copied to clipboard

Unable to capture Windows bridged interface traffic

Open ghost opened this issue 5 years ago • 2 comments

I can't capture traffic on a bridge created in Windows. I can see traffic in the little graph in Wireshark and it's definitely seeing the interface, but I get an error when I try to start a capture, even as Administrator.

DiagReport-20210105-225830.txt

install.log

image image

image

ghost avatar Jan 05 '21 12:01 ghost

PacketSetHwFilter() failed.

(Note: libpcap 1.10 should, in this situation, report the error code, which might help figure out what the issue is.)

guyharris avatar Jan 05 '21 17:01 guyharris

Does this issue persist in Npcap 1.70? As @guyharris noted, libpcap 1.10 (included in Npcap 1.20 and later) provides better error reporting for this function, and Npcap 1.70 is more careful about which hardware filters are attempted.

If this error ("failed to set hardware filter...") no longer occurs, please close this issue. Problems with actually capturing traffic on a Windows network bridge should be reported at issue #115.

dmiller-nmap avatar Jul 21 '22 22:07 dmiller-nmap