aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-23 17:51:37 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-23 17:51:37 +0000
commit534c7b0e23c344c16a5466659890cf97f8c27228 (patch)
treed605c6be388c451adc3c40e9b1d06d073085f88c /packet-tcp.c
parent586b98078f8e12e5d792a39861247054177f1e5b (diff)
Move the declarations of IP protocol numbers to "ipproto.h" from
"packet-ip.h". Fix Gerald's address in some files while we're at it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3366 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-tcp.c')
-rw-r--r--packet-tcp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-tcp.c b/packet-tcp.c
index a0e1e7830b..3e75459461 100644
--- a/packet-tcp.c
+++ b/packet-tcp.c
@@ -1,10 +1,10 @@
/* packet-tcp.c
* Routines for TCP packet disassembly
*
- * $Id: packet-tcp.c,v 1.101 2001/03/28 21:33:31 guy Exp $
+ * $Id: packet-tcp.c,v 1.102 2001/04/23 17:51:34 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
*
@@ -46,6 +46,7 @@
#include "globals.h"
#include "resolv.h"
+#include "ipproto.h"
#include "follow.h"
#include "prefs.h"
#include "packet-tcp.h"