--- Begin Message ---
On Aug 21, 2020, at 2:48 PM, Denis Ovsienko via tcpdump-workers
wrote:
> The man page says:
>
> (In older versions of libpcap, the behavior when cnt was 0
> was undefined; different platforms and devices behaved
> differently, so code that must wor
--- Begin Message ---
Hi.
The man page says:
(In older versions of libpcap, the behavior when cnt was 0
was undefined; different platforms and devices behaved
differently, so code that must work with older versions of
libpcap should use -1, not 0, as the value o
--- Begin Message ---
On Wed, 19 Aug 2020 00:51:11 +0100
Denis Ovsienko via tcpdump-workers
wrote:
[...]
> Also, the current Travis CI build matrix expands to 108 (!) jobs, so
> if you are making a trivial commit (such as in the man pages or the
> documentation), please remember to skip the CI bu
--- Begin Message ---
On 21/08/2020 20:26, Michael Richardson wrote:
>
> Ray, I rebased raybellis-gzip-v2 upon libpcap head.
> Do you have a github that I can add as as reviewer?
Do you mean my github a/c name? That's just "raybellis".
> Mostly I did this because the FreeBSD tests seemed to
--- Begin Message ---
Denis Ovsienko via tcpdump-workers wrote:
> [...]
>> The first step I'd take would be to get rid of the GPLed headers in
>> favor of BSD-licensed headers, e.g. taking the ip.h, tcp.h, and udp.h
>> headers from tcpdump and changing the code to work with them.