]> The Tcpdump Group git mirrors - tcpdump/commit
If "-n" is specified along with "-e", print the address family value as
authorguy <guy>
Mon, 4 Dec 2000 06:47:17 +0000 (06:47 +0000)
committerguy <guy>
Mon, 4 Dec 2000 06:47:17 +0000 (06:47 +0000)
commit4c76b828529c59ccb0eaf3d67e594f298b26900c
treeb69b23b311134a409462a3113602e6d074a42bd6
parentf3e835f6becdf79b23e3b75f1e485d7daee25fcc
If "-n" is specified along with "-e", print the address family value as
"AF <n>" for DLT_NULL captures.

Print the packet length for DLT_NULL captures when "-e" is specified
(somebody complained on "freebsd-isp" about the lack of any packet
length from tcpdump when capturing traffic on a "tunX" device).

Make sure we always print the packet length on PPP when "-e" is
specified (the person in question also complained that the packet length
disappeared between FreeBSD 2.2.8 and FreeBSD 3.4, which was the result
of a new "print-ppp.c" that didn't print the length).
print-null.c
print-ppp.c