aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q2931.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-17 06:43:21 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-17 06:43:21 +0000
commitb3e15e87884e1587312d311f8856e8293150a781 (patch)
treed6107376566a1a3942faf8cf3d2a7260a9f507d9 /packet-q2931.c
parent32db4165eedd1a8fa88fe51a3c83a71a01241a69 (diff)
Move the declaration of "etype_vals[]" from "epan/packet.h" to
"etypes.h". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3314 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-q2931.c')
-rw-r--r--packet-q2931.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-q2931.c b/packet-q2931.c
index 50566fe3aa..52076426d4 100644
--- a/packet-q2931.c
+++ b/packet-q2931.c
@@ -2,7 +2,7 @@
* Routines for Q.2931 frame disassembly
* Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-q2931.c,v 1.14 2001/01/03 06:55:31 guy Exp $
+ * $Id: packet-q2931.c,v 1.15 2001/04/17 06:43:19 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -38,6 +38,7 @@
#include "packet.h"
#include "oui.h"
#include "nlpid.h"
+#include "etypes.h"
#include "packet-q931.h"
#include "packet-arp.h"