diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-03-29 08:05:07 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-03-29 08:05:07 +0000 |
commit | 41904dc30328d7d2bc432f744a0c312050bbc457 (patch) | |
tree | 7d2124066541ba6d1d3e4893f01a5281fd154fad /packet-ethertype.c | |
parent | d11b3119921374357378aa80170f9185ef8afa19 (diff) | |
download | wireshark-41904dc30328d7d2bc432f744a0c312050bbc457.tar.gz wireshark-41904dc30328d7d2bc432f744a0c312050bbc457.tar.bz2 wireshark-41904dc30328d7d2bc432f744a0c312050bbc457.zip |
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-ethertype.c')
-rw-r--r-- | packet-ethertype.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-ethertype.c b/packet-ethertype.c index f858f25778..1cc43a256c 100644 --- a/packet-ethertype.c +++ b/packet-ethertype.c @@ -1,7 +1,7 @@ /* ethertype.c * Routines for calling the right protocol for the ethertype. * - * $Id: packet-ethertype.c,v 1.12 2001/02/01 07:34:29 guy Exp $ + * $Id: packet-ethertype.c,v 1.13 2001/03/29 08:05:06 guy Exp $ * * Gilbert Ramirez <gram@xiexie.org> * @@ -56,6 +56,7 @@ const value_string etype_vals[] = { {ETHERTYPE_VINES, "Vines" }, {ETHERTYPE_TRAIN, "Netmon Train" }, {ETHERTYPE_LOOP, "Loopback" }, /* Ethernet Loopback */ + {ETHERTYPE_WCP, "Wellfleet Compression Protocol" }, {ETHERTYPE_PPPOED, "PPPoE Discovery" }, {ETHERTYPE_PPPOES, "PPPoE Session" }, {ETHERTYPE_VLAN, "802.1Q Virtual LAN" }, |