Guy Harris

Results 612 comments of Guy Harris

> Can you clarify whether the issue is present when trying to uninstall Npcap 1.71 or when trying to upgrade to 1.71 from an earlier version? I.e., it sounds as...

I think nmap may use interface names different from those of Windows - I have the impression that [libdnet](http://libdnet.sourceforge.net) does, and that page claims nmap uses libdnet, so that may...

Nothing on the nmap command line is a pcap filter expression; @dmiller-nmap, @fyodor - any idea what the pcap filter generated by that command line is? If it tests only...

@dmiller-nmap if NordLynx uses a TAP adapter, could it be providing the wrong link-layer type or something such as that? It looks as if the OpenVPN driver uses NdisMedium802_3, but...

> Probably 32-bit and 64-bit folder should have their own .pc files, so that they are selected by PKG_CONFIG_PATH. So is there a convention used on UN\*Xes to deal with...

> Also, does upstream libpcap support this? "This" meaning what? Both autotools and CMake builds of libpcap will, if you do `make install` with autotools or whatever builds the `install`...

"Extended" won't mean "adding an additional argument", as the libpcap API and ABI must not change. If it must be selectable *per packet*, rather than *per `pcap_t`*, then it'll have...

Do you mean that packets that don't match the new filter show up as libpcap input? If so, on what operating system is this? On systems using the BPF capture...

(And there' no "clear libpcap buffer" operation in libpcap - as noted, that's what libpcap *itself* is supposed to do *internally* - so there's no routine for pypcap to call...

> The libpcap method used is as follows: > pcap_create() is used to create a packet capture handle to look at packets on the network. > pcap_activate() is used to...