[tcpdump-workers] About DLT_LANE8023 and lane_if_print()

2020-08-12 Thread Guy Harris via tcpdump-workers
--- Begin Message --- On Aug 4, 2020, at 1:28 PM, Francois-Xavier Le Bail wrote: > lane_if_print() in print-lane.c > (Added by 77b2a4405561467f66a3dfb0f8ce2b0eaa5ebaf9 in Sun Nov 21 1999 "print > of ATM LanEmulation") > is called for DLT_LANE8023: > > print.c-56-#ifdef DLT_LANE8023 > print.c:5

[tcpdump-workers] pcap_compile_nopcap() not in man pages

2020-08-12 Thread Denis Ovsienko via tcpdump-workers
--- Begin Message --- Hello list. It turns out, pcap_compile_nopcap() has been a part of the libpcap API since version 0.5 (June 2000), but it is not even mentioned anywhere in the man pages. The existing pcap_compile.3pcap man page seems to be the best place to add this information, since the two

[tcpdump-workers] Using libnetdissect in other code, outside tcpdump source tree

2020-08-12 Thread Bill Fenner via tcpdump-workers
--- Begin Message --- Hi, Is there a plan for a public face for libnetdissect? I've tried teasing it out, and I ended up having to install: funcattrs.h print.h config.h netdissect.h ip.h ip6.h compiler-tests.h status-exit-codes.h in /usr/include/tcpdump/ in order to compile a libnetdissect-using

[tcpdump-workers] tcpslice releases, branches and tags

2020-08-12 Thread Denis Ovsienko via tcpdump-workers
--- Begin Message --- Hello all. Here is what I managed to establish from the LBL tcpslice tarballs and the-tcpdump-group/tclslice git repository: * The master branch has only one commit that at least loosely corresponds to an LBL release, that is 9d55298 and tcpslice-1.1a3.tar.Z respectively

[tcpdump-workers] pcap_compile_nopcap() not in man pages (2nd attempt)

2020-08-12 Thread Denis Ovsienko via tcpdump-workers
--- Begin Message --- Hello list. It turns out, pcap_compile_nopcap() has been a part of the libpcap API since version 0.5 (June 2000), but it is not even mentioned anywhere in the man pages. The existing pcap_compile.3pcap man page seems to be the best place to add this information, since the two

[tcpdump-workers] tcpslice releases, branches and tags (2nd attempt)

2020-08-12 Thread Denis Ovsienko via tcpdump-workers
--- Begin Message --- Hello all. Here is what I managed to establish from the LBL tcpslice tarballs and the-tcpdump-group/tclslice git repository: * The master branch has only one commit that at least loosely corresponds to an LBL release, that is 9d55298 and tcpslice-1.1a3.tar.Z respectively

Re: [tcpdump-workers] pcap_compile_nopcap() not in man pages

2020-08-12 Thread Guy Harris via tcpdump-workers
--- Begin Message --- (Your first attempt seems to have worked - finally. Perhaps Michael cleared the backlog?) On Aug 10, 2020, at 4:24 AM, Denis Ovsienko via tcpdump-workers wrote: > It turns out, pcap_compile_nopcap() has been a part of the libpcap API > since version 0.5 (June 2000), but

Re: [tcpdump-workers] Using libnetdissect in other code, outside tcpdump source tree

2020-08-12 Thread Guy Harris via tcpdump-workers
--- Begin Message --- On Aug 11, 2020, at 4:55 AM, Bill Fenner via tcpdump-workers wrote: > Is there a plan for a public face for libnetdissect? At some point we should probably do that. (Back in the late '90's, I discovered a program called tcpview, which was a Motif(!)-based GUI network ana

Re: [tcpdump-workers] Using libnetdissect in other code, outside tcpdump source tree

2020-08-12 Thread Guy Harris via tcpdump-workers
--- Begin Message --- On Aug 12, 2020, at 1:31 PM, Guy Harris via tcpdump-workers wrote: > We should probably have an include/libnetdissect directory in which we > install netdissect.h and the headers it requires. Or include/netdissect. > However, API-declaring headers should *NEVER* require