Guy Harris
Guy Harris
Note that `pcap_stop_capture()` would cause all packets received by the machine after it's called not to be provided the the program, so, unless you only call it when you know...
> I think it would be in line with what will happen with the buffer. I.e., the input buffer will be deprived of any further packets, as in "[further packets...
It's calling `pcap_dump_flush()` from a signal handler, which means it could happen in the middle of a call to `pcap_dump()` and completely mess things up out from under `pcap_dump()`. It...
I'm not sure what all these numbers (878, 9779) mean, but a page such as this might be useful; any other votes?
Could a Windows Installer package be provided? Or is there stuff that the Npcap installer needs to do that can't be handled by Windows Installer?
> Any way to rerun the failing test? If you have a GitHub account, you might be able to restart it by going to the page for that build (the...
Is there a packet.dll in C;\Windows\System32 (i.e., in the top-level system DLL directory, as well as in C:\Windows\System32\Npcap)? If not, you probably installed Npcap with "WinPcap API-compatible Mode" disabled. (It's...
> I actually "used" the default instalation of NPCAP by Wireshark. ...which shows the installation options dialog with all three items unchecked ("require Administrator access", "support monitor mode on 802.11...
> Is it time to ditch winpcap and airpcap? Ditching WinPcap support from tcpdump won't help this issue; ditching from Npcap support for applications that might require WinPcap, by always...
> The linux-armv7l build failed because the disk was full on the worker. Fixed by @infrastation.