aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.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-null.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-null.c')
-rw-r--r--packet-null.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-null.c b/packet-null.c
index 654eb72d2f..485cf13bb4 100644
--- a/packet-null.c
+++ b/packet-null.c
@@ -1,7 +1,7 @@
/* packet-null.c
* Routines for null packet disassembly
*
- * $Id: packet-null.c,v 1.43 2001/03/30 06:15:47 guy Exp $
+ * $Id: packet-null.c,v 1.44 2001/04/17 06:43:19 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -52,8 +52,6 @@
static dissector_table_t null_dissector_table;
-extern const value_string etype_vals[];
-
/* protocols and header fields */
static int proto_null = -1;
static int hf_null_etype = -1;