aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.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 /etypes.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 'etypes.h')
-rw-r--r--etypes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/etypes.h b/etypes.h
index f9cd79df6b..647d86ecff 100644
--- a/etypes.h
+++ b/etypes.h
@@ -1,7 +1,7 @@
/* etypes.h
* Defines ethernet packet types, similar to tcpdump's ethertype.h
*
- * $Id: etypes.h,v 1.17 2001/04/03 05:42:11 guy Exp $
+ * $Id: etypes.h,v 1.18 2001/04/17 06:43:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -168,6 +168,6 @@
#define ETHERTYPE_LOOP 0x9000 /* used for layer 2 testing (do i see my own frames on the wire) */
#endif
-#endif /* etypes.h */
-
+extern const value_string etype_vals[];
+#endif /* etypes.h */