Re: tcpdump: Explicitly set the default value for Bflag

2022-07-09 Thread Klemens Nanni
On Sat, Jul 09, 2022 at 01:44:10AM +0200, Alexander Hall wrote: > We currently do not explicitly set the value for Bflag. Since it's > a static variable it is initialized to 0, which just so conveniently > happen to match the default constant. > > So, this is technically a no-op since the value

tcpdump: Explicitly set the default value for Bflag

2022-07-08 Thread Alexander Hall
We currently do not explicitly set the value for Bflag. Since it's a static variable it is initialized to 0, which just so conveniently happen to match the default constant. So, this is technically a no-op since the value of the initial constant is 0 anyway, but I do not think we should not rely