X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/8cb3096bf915e914780a189fe3bb0767bc1a44d7..258fb362b92f0a61ab0fd5d8bc69fa798e7e1c8b:/print-null.c diff --git a/print-null.c b/print-null.c index a0bd3c17..cfb431e5 100644 --- a/print-null.c +++ b/print-null.c @@ -20,8 +20,8 @@ */ #ifndef lint -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.48 2003-02-05 02:28:45 guy Exp $ (LBL)"; +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.52 2004-03-17 23:24:38 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -125,7 +125,7 @@ null_print(u_int family, u_int length) /* * This is the top level routine of the printer. 'p' points * to the ether header of the packet, 'h->ts' is the timestamp, - * 'h->length' is the length of the packet off the wire, and 'h->caplen' + * 'h->len' is the length of the packet off the wire, and 'h->caplen' * is the number of bytes actually captured. */ u_int @@ -175,7 +175,7 @@ null_if_print(const struct pcap_pkthdr *h, const u_char *p) #endif case BSD_AF_ISO: - isoclns_print(p, length, caplen, NULL, NULL); + isoclns_print(p, length, caplen); break; case BSD_AF_APPLETALK: