X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/5636348412ff1463a2b26f035237cf7cedef5cab..3625533c9acb33b9a9d57f3d38290b1408a96341:/print-null.c diff --git a/print-null.c b/print-null.c index a69997da..c6b73897 100644 --- a/print-null.c +++ b/print-null.c @@ -19,11 +19,6 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.57 2006-03-23 14:58:44 hannes Exp $ (LBL)"; -#endif - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -125,7 +120,7 @@ null_if_print(const struct pcap_pkthdr *h, const u_char *p) case BSD_AFNUM_INET6_BSD: case BSD_AFNUM_INET6_FREEBSD: case BSD_AFNUM_INET6_DARWIN: - ip6_print(p, length); + ip6_print(gndo, p, length); break; #endif