Guy Harris
Guy Harris
> But having ChatGPT revisit and reanalyze it may have it just repeat what has already been stated, adding nothing. In particular, *all* of the sources ChatGPT cited are from...
> On windows you have to use forward slashes for the CMake comand prompt. That's hyper-spectacularly broken. I'll try to figure out what needs to be done to fix that.
I'm not seeing that problem on my Windows 11 VM. I followed the instructions at https://github.com/the-tcpdump-group/tcpdump/blob/master/doc/README.windows.md, in an "x64 Native Tools Command Prompt for VS 2022" window. Those instructions use...
> On a side note, your documentation for Windows should include defining PCAP_INCLUDE_DIR and the PCAP_LIBRARY in addition to PCAP_ROOT. Why? In my tests, it worked without that; the CMake...
> I understand that -U is primarily used in combination with -w, but the manual says that it can also be used without -w: That was a mistake made by...
> My suggestion was not to change the functioning of -l The problem the original filer wants to solve isn't "`-U` doesn't affect packet printing", it's "they want a mode...
> libpcap generates correct cBPF "Correct" as in "correct for a cBPF implementation that allows backward jumps"; the original one didn't allow them, in order to prevent stuffing an infinitely...
For the current master branches of libpcap and tcpdump, on my Solaris 10 VM: ``` solaris10$ uname -a SunOS solaris10 5.10 Generic_147148-26 i86pc i386 i86pc solaris10$ ./tcpdump --version tcpdump version...
Traffic capture in a zone appears to require special configuration: https://community.spiceworks.com/t/need-help-in-capturing-network-traffic-on-solaris-10-local-zone/877396/2 https://docs.oracle.com/cd/E19044-01/sol.containers/817-1592/geprv/index.html > An exclusive-IP zone is assigned its own set of data-links using the zonecfg command. The zone is...
> Pardon my ignorance. Today I Learned that there's an issue with capturing in a zone with DLPI, so no problem. > It seem worth to note this in the...