]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ip6.c
refactored ip_print() so that chained header parser (ESP/AH) can
[tcpdump] / print-ip6.c
index f174888a0f6fe4f5cae1bc9b210b79c1570e5ab1..05db9d97da2d3d214bb9e874dd4f0f123345b2d0 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ip6.c,v 1.46 2004-09-29 16:49:32 hannes Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ip6.c,v 1.47 2005-04-06 21:32:40 mcr Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -201,7 +201,7 @@ ip6_print(register const u_char *bp, register u_int length)
                        return;
 
                case IPPROTO_IPV4:
-                       ip_print(cp, len);
+                       ip_print(gndo, cp, len);
                        return;
 
                case IPPROTO_NONE: