summaryrefslogtreecommitdiff
path: root/print-ip.c
diff options
context:
space:
mode:
authormcr <mcr>2001-05-29 15:35:20 +0000
committermcr <mcr>2001-05-29 15:35:20 +0000
commit83a976b29282906ee4c8994432f5fd86eb3b482f (patch)
tree4eab4134873ef89858dec33dd89e3d8230add5df /print-ip.c
parentcd8940439f5f6e18edcc153a07f9eb5bb6589e98 (diff)
downloadtcpdump-83a976b29282906ee4c8994432f5fd86eb3b482f.tar.gz
added explicit protocol number to "ipip" - John Hawkinson <jhawk@MIT.EDU>
Diffstat (limited to 'print-ip.c')
-rw-r--r--print-ip.c4
1 files changed, 2 insertions, 2 deletions
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;