aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wcp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-03-29 08:05:07 +0000
committerGuy Harris <guy@alum.mit.edu>2001-03-29 08:05:07 +0000
commit41904dc30328d7d2bc432f744a0c312050bbc457 (patch)
tree7d2124066541ba6d1d3e4893f01a5281fd154fad /packet-wcp.c
parentd11b3119921374357378aa80170f9185ef8afa19 (diff)
Add WCP to the list of Ethernet types in "etype_vals[]", and add
"compressed" to the list of NLPIDs in "nlpid_vals[]". Use "nlpid_vals" for the Frame Relay NLPID field. svn path=/trunk/; revision=3206
Diffstat (limited to 'packet-wcp.c')
-rw-r--r--packet-wcp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/packet-wcp.c b/packet-wcp.c
index 7e02bd388c..3ac71e5160 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.6 2001/03/29 06:09:50 guy Exp $
+ * $Id: packet-wcp.c,v 1.7 2001/03/29 08:05:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -112,6 +112,7 @@
#include "packet-frame.h"
#include "packet-osi.h"
#include "conversation.h"
+#include "etypes.h"
#include "nlpid.h"
#include "oui.h"
#include "packet-llc.h"
@@ -184,8 +185,6 @@ static int hf_wcp_type = -1;
static gint ett_wcp = -1;
static gint ett_wcp_field = -1;
-#define ETHERTYPE_WCP 0x80ff /* ether snap value for WCP */
-
/*
* Bits in the address field.
*/