On Feb 12, 2025, at 11:05 PM, Guy Harris wrote:
> Given that BDEBUG is a libpcap definition that affects a lot more things, my
> inclination would be to, if we keep tcpdump's bpf_dump.c, remove the BDEBUG
> stuff
...which Denis has done.
___
tcpdump-
On Feb 12, 2025, at 1:54 PM, Francois-Xavier Le Bail via tcpdump-workers
wrote:
> They are also different:
>
> $ diff bpf_dump.c ../libpcap/bpf_dump.c
>
> 24,25c24
> < #include "netdissect-stdinc.h"
> <
> ---
> > #include
That's because the first one
--- Begin Message ---
On Wed, 12 Feb 2025 22:54:18 +0100
Francois-Xavier Le Bail wrote:
[...]
> They are also different:
Hopefully the difference is more meaningful now.
--
Denis Ovsienko
--- End Message ---
___
tcpdump-workers mailing list -- tc
--- Begin Message ---
On 09/02/2025 14:22, Denis Ovsienko via tcpdump-workers wrote:
> Hello all.
>
> tcpdump has been keeping a copy of bpf_dump.c from libpcap with the
> following description in INSTALL.md:
>
> "bpf_dump.c - BPF program printing routines, in case libpcap
> doesn't have them.