aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gre.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-gre.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-gre.c')
-rw-r--r--packet-gre.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-gre.c b/packet-gre.c
index 2c83d8db73..546d608046 100644
--- a/packet-gre.c
+++ b/packet-gre.c
@@ -2,10 +2,10 @@
* Routines for the Generic Routing Encapsulation (GRE) protocol
* Brad Robel-Forrest <brad.robel-forrest@watchguard.com>
*
- * $Id: packet-gre.c,v 1.41 2001/04/17 06:43:18 guy Exp $
+ * $Id: packet-gre.c,v 1.42 2001/04/23 17:51:33 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
*
@@ -37,12 +37,12 @@
#endif
#include <glib.h>
#include "packet.h"
-#include "packet-ip.h"
#include "packet-ipx.h"
#include "packet-wccp.h"
#include "in_cksum.h"
#include "etypes.h"
#include "greproto.h"
+#include "ipproto.h"
static int proto_gre = -1;
static int hf_gre_proto = -1;