aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
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 /etypes.h
parentc5aaac7823896a3dba279c92b6ae9eb5cd503a9e (diff)
Move the declaration of "etype_vals[]" from "epan/packet.h" to
"etypes.h". svn path=/trunk/; revision=3314
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 */