aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wcp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-30 04:39:45 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-30 04:39:45 +0000
commit9161ba8e7f3fa9d8c59f5f7719625689a9867d6f (patch)
treececaeae4bf0cde7d22bd1b8f28452f6d31fa0472 /packet-wcp.c
parente952a16ac1f15e77225d6a79da0b9d967b95d925 (diff)
Make "fr_subdissector_table" static - it's not used outside the Frame
Relay dissector. svn path=/trunk/; revision=4298
Diffstat (limited to 'packet-wcp.c')
-rw-r--r--packet-wcp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-wcp.c b/packet-wcp.c
index 080686f6e5..505682aa01 100644
--- a/packet-wcp.c
+++ b/packet-wcp.c
@@ -2,7 +2,7 @@
* Routines for Wellfleet Compression frame disassembly
* Copyright 2001, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-wcp.c,v 1.16 2001/11/27 07:36:23 guy Exp $
+ * $Id: packet-wcp.c,v 1.17 2001/11/30 04:39:45 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -142,8 +142,6 @@ typedef struct {
static GMemChunk *wcp_window = NULL;
static GMemChunk *wcp_pdata = NULL;
-extern dissector_table_t fr_subdissector_table;
-
static int proto_wcp = -1;
static int hf_wcp_cmd = -1;
static int hf_wcp_ext_cmd = -1;