aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipv6.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-17 06:43:21 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-17 06:43:21 +0000
commit2aa31bea479aec05bd9fe0f8b874f5c1189dda16 (patch)
treed6107376566a1a3942faf8cf3d2a7260a9f507d9 /packet-ipv6.c
parentc5aaac7823896a3dba279c92b6ae9eb5cd503a9e (diff)
Move the declaration of "etype_vals[]" from "epan/packet.h" to
"etypes.h". svn path=/trunk/; revision=3314
Diffstat (limited to 'packet-ipv6.c')
-rw-r--r--packet-ipv6.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-ipv6.c b/packet-ipv6.c
index 14a6f6b499..ce4da4d530 100644
--- a/packet-ipv6.c
+++ b/packet-ipv6.c
@@ -1,7 +1,7 @@
/* packet-ipv6.c
* Routines for IPv6 packet disassembly
*
- * $Id: packet-ipv6.c,v 1.52 2001/04/17 06:29:12 guy Exp $
+ * $Id: packet-ipv6.c,v 1.53 2001/04/17 06:43:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -44,9 +44,6 @@
#include <string.h>
#include <stdio.h>
#include <glib.h>
-#include "etypes.h"
-#include "ppptypes.h"
-#include "aftypes.h"
#include "packet.h"
#include "packet-ip.h"
#include "packet-ipsec.h"
@@ -55,6 +52,9 @@
#include "packet-udp.h"
#include "resolv.h"
#include "ipproto.h"
+#include "etypes.h"
+#include "ppptypes.h"
+#include "aftypes.h"
/*
* NOTE: ipv6.nxt is not very useful as we will have chained header.