From: mcr Date: Tue, 29 May 2001 15:35:20 +0000 (+0000) Subject: added explicit protocol number to "ipip" - John Hawkinson X-Git-Tag: tcpdump-3.7.1~209 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/83a976b29282906ee4c8994432f5fd86eb3b482f added explicit protocol number to "ipip" - John Hawkinson --- diff --git a/print-ip.c b/print-ip.c index 66da2962..945395f3 100644 --- a/print-ip.c +++ b/print-ip.c @@ -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;