summaryrefslogtreecommitdiff
path: root/print-tcp.c
diff options
context:
space:
mode:
authorguy <guy>2003-06-07 11:57:51 +0000
committerguy <guy>2003-06-07 11:57:51 +0000
commitc90e9360602c1a888ef3d56c7628d4609038d0c4 (patch)
tree038fc2e894a8540adf9d61331bc6a76c07993c04 /print-tcp.c
parentdd6c78cdaa7508b898fc51c339d0b3cfb6784f31 (diff)
downloadtcpdump-c90e9360602c1a888ef3d56c7628d4609038d0c4.tar.gz
Add a new "ipproto.h" header file, with definitions of IP protocol type
values. Use that rather than private definitions in various files. Add "gmpls.h" to the list of files in FILES, and add it and "ipfc.h" to the list of files in INSTALL.
Diffstat (limited to 'print-tcp.c')
-rw-r--r--print-tcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/print-tcp.c b/print-tcp.c
index 1619a208..d42cfe45 100644
--- a/print-tcp.c
+++ b/print-tcp.c
@@ -21,7 +21,7 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.104 2002-12-11 07:14:09 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.105 2003-06-07 11:57:54 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -46,6 +46,7 @@ static const char rcsid[] =
#ifdef INET6
#include "ip6.h"
#endif
+#include "ipproto.h"
#include "nameser.h"