aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
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 /epan/packet.h
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 'epan/packet.h')
-rw-r--r--epan/packet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/packet.h b/epan/packet.h
index d19fafca23..95f1664ba1 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.31 2001/04/17 06:29:14 guy Exp $
+ * $Id: packet.h,v 1.32 2001/04/17 06:43:21 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -241,6 +241,5 @@ void capture_ethertype(guint16 etype, int offset,
void ethertype(guint16 etype, tvbuff_t *tvb, int offset_after_ethertype,
packet_info *pinfo, proto_tree *tree, proto_tree *fh_tree,
int etype_id, int trailer_id);
-extern const value_string etype_vals[];
#endif /* packet.h */