]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-null.c
fix partial checksum errors in DCCP decoder, IPv6 case
[tcpdump] / print-null.c
index a69997da12e312e692dcdbb2f739403a32328921..c6b73897933315323aa045266a8b414354e260fd 100644 (file)
  * 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