]> The Tcpdump Group git mirrors - tcpdump/commitdiff
added explicit protocol number to "ipip" - John Hawkinson <[email protected]>
authormcr <mcr>
Tue, 29 May 2001 15:35:20 +0000 (15:35 +0000)
committermcr <mcr>
Tue, 29 May 2001 15:35:20 +0000 (15:35 +0000)
print-ip.c

index 66da2962b461a51de1a8e977d418d328565a97b9..945395f311a6d3546e25dba8d20705547f5a987c 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.96 2001-05-09 01:06:31 fenner Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.97 2001-05-29 15:35:20 mcr Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -425,7 +425,7 @@ again:
 #endif
                        ip_print(cp, len);
                        if (! vflag) {
-                               printf(" (ipip)");
+                               printf(" (ipip-proto-4)");
                                return;
                        }
                        break;