]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-null.c
From: Juergen Schoenwaelder <[email protected]>
[tcpdump] / print-null.c
index 96d83cdcbb7f854cac86a64376716c258b0ed9e0..26a343ac2c21631fa76fb9c6385f74e26f9871ec 100644 (file)
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.27 1999-11-21 03:48:05 assar Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-null.c,v 1.29 1999-11-21 12:38:24 itojun Exp $ (LBL)";
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include <sys/param.h>
@@ -129,7 +133,7 @@ null_if_print(u_char *user, const struct pcap_pkthdr *h, const u_char *p)
                break;
 #ifdef INET6
        case 6:
-               ipv6_print((const void *)ip, length);
+               ip6_print((const void *)ip, length);
                break;
 #endif /* INET6 */
        default :