Re: [tcpdump-workers] backward compatibility in pcap_loop(3PCAP)?

2020-08-21 Thread Guy Harris via tcpdump-workers
--- 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

[tcpdump-workers] backward compatibility in pcap_loop(3PCAP)?

2020-08-21 Thread Denis Ovsienko via tcpdump-workers
--- 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

Re: [tcpdump-workers] tcpdump continuous integration matters

2020-08-21 Thread Denis Ovsienko via tcpdump-workers
--- 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

Re: [tcpdump-workers] libpcap pluggable I/O branch, rebased

2020-08-21 Thread Ray Bellis via tcpdump-workers
--- 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

Re: [tcpdump-workers] tcpslice licence

2020-08-21 Thread Michael Richardson via tcpdump-workers
--- 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.