Re: [tcpdump-workers] Compile libpcap with DLT_LINUX_SLL2

2020-03-30 Thread Petr Vorel via tcpdump-workers
--- Begin Message --- Hi Guy, > > BTW man pages (pcap.3pcap.in, pcap_datalink.3pcap.in, pcap_loop.3pcap and > > pcap_next_ex.3pcap) mention only DLT_LINUX_SLL. > Fixed in commit ffb99eceefd31771a4aa89f0da5d02a3c53cfd03. Thanks a lot! BTW how about DLT_LINUX_SLL2 as the default? What does it bloc

Re: [tcpdump-workers] Compile libpcap with DLT_LINUX_SLL2

2020-03-30 Thread Petr Vorel via tcpdump-workers
--- Begin Message --- Hi Francois, > > The "-y" flag to tcpdump allows you to specify capturing with > > DLT_LINUX_SLL2. > Should DLT_LINUX_SLL2 be now the default when tcpdump is built with a libpcap > that support it ? I'd be glad if it was so, but not sure if first wireshark needs to support

[tcpdump-workers] Fwd: Re: [tcpdump] About smiInit() parameter

2020-03-30 Thread Francois-Xavier Le Bail via tcpdump-workers
--- Begin Message --- Forwarded Message Subject: Re: [tcpdump] About smiInit() parameter On 30/03/2020 19:54, Guy Harris wrote: > >> On Mar 30, 2020, at 10:24 AM, Francois-Xavier Le Bail >> wrote: >> >> Hi Guy, >> >> We have: >> $ git grep -n '"tcpdump"' >> netdissect.c:72:

Re: [tcpdump-workers] Compile libpcap with DLT_LINUX_SLL2

2020-03-30 Thread Petr Vorel via tcpdump-workers
--- Begin Message --- Hi Bill, > The "-y" flag to tcpdump allows you to specify capturing with > DLT_LINUX_SLL2. Thanks a lot! Kind regards, Petr --- End Message --- ___ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandel

Re: [tcpdump-workers] [tcpdump] About smiInit() parameter

2020-03-30 Thread Guy Harris via tcpdump-workers
--- Begin Message --- > On Mar 30, 2020, at 10:24 AM, Francois-Xavier Le Bail > wrote: > > Hi Guy, > > We have: > $ git grep -n '"tcpdump"' > netdissect.c:72:smiInit("tcpdump"); > > netdissect.c is a part of libnetdissect. > > Should we use > smiInit("libnetdissect"); > or something

Re: [tcpdump-workers] Compile libpcap with DLT_LINUX_SLL2

2020-03-30 Thread Francois-Xavier Le Bail via tcpdump-workers
--- Begin Message --- On 13/03/2020 12:35, Bill Fenner via tcpdump-workers wrote: > > The "-y" flag to tcpdump allows you to specify capturing with > DLT_LINUX_SLL2. Should DLT_LINUX_SLL2 be now the default when tcpdump is built with a libpcap that support it ? -- Francois-Xavier --- End Messa