Guy Harris

Results 703 comments of Guy Harris

It's not documented in libpcap because the long-term plan is to support remote capture opening with `pcap_create()` and `pcap_activate()`; that's the only interesting thing `pcap_open()` currently supports that's not supported...

> win32 failed with ... which is pretty clearly a transient issue. Yes. AppVeyor is prone to those sorts of transient issues; I restarted that build with "rebuild the failed...

So the specific piece of link-level data you're referring to here is the direction, not the interface name or link-layer address?

> I mean both are printed; the interface name and direction. While in version 1 nothing is printed unless option -e is used. The interface name isn't printed with version...

> > The direction is only printed with version if -e is used. > > Maybe I misunderstood, I thought you meant by 'direction' that what is printed on [line...

> However it does replace the Ethernet header that is send over the wire (for both NIC and localhost) and it contains the source MAC address. The comment on line...

Here's the difference between tcpdump 4.99's print-sll.c and macOS's tip-of-the-main-branch tcpdump's print-sll.c: ``` $ diff print-sll.c /Volumes/Case-sensitive/src/macos/tcpdump/tcpdump/print-sll.c 29,33d28 < /* < * Include diag-control.h before , which too defines a...

> Like ? Yes. > Not sure having 2 output strings Out and (out) make things clear and easy to grep. > I think there is no need to copy...

> -1073741515 == 0xffffffffc0000135, both values yield search results discussing location of Windows libraries and setting of `PATH`. And as a 32-bit value, it's 0xc0000135, which is, according to [the...

> SDK=WpdPack --> wpcap.dll (NOT_FOUND). But no unattended installation possible with WinPcap_4_1_3.exe. > SDK=npcap-sdk-1.12 --> wpcap.dll (NOT_FOUND). It seems that npcap-1.79.exe in silent mode needs a Npcap OEM version. Yes...