aboutsummaryrefslogtreecommitdiffstats
path: root/packet-chdlc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-03 05:42:11 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-03 05:42:11 +0000
commit6617c40dd77ec224fdab6fa96ac07f6ed09ad273 (patch)
treee4ac94d232abcfeb5018b25c1e86cec4e748cf32 /packet-chdlc.c
parenta817e9701520b38846b55b4c6d00981ad52f0ced (diff)
An Ethernet type of 0x6558 is "Transparent Ethernet Bridging" which,
apparently, means an Ethernet packet is stuffed into the payload; add support for it as an Ethernet, Cisco HDLC, and GRE packet type. Sort the Ethernet types in "etypes.h" by value. svn path=/trunk/; revision=3250
Diffstat (limited to 'packet-chdlc.c')
-rw-r--r--packet-chdlc.c19
1 files changed, 10 insertions, 9 deletions
diff --git a/packet-chdlc.c b/packet-chdlc.c
index 7c5d6d64aa..486388acb9 100644
--- a/packet-chdlc.c
+++ b/packet-chdlc.c
@@ -1,7 +1,7 @@
/* packet-chdlc.c
* Routines for Cisco HDLC packet disassembly
*
- * $Id: packet-chdlc.c,v 1.1 2001/03/15 09:11:00 guy Exp $
+ * $Id: packet-chdlc.c,v 1.2 2001/04/03 05:42:11 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -87,14 +87,15 @@ static const value_string chdlc_address_vals[] = {
};
const value_string chdlc_vals[] = {
- {0x2000, "Cisco Discovery Protocol"},
- {ETHERTYPE_IP, "IP"},
- {CISCO_SLARP, "SLARP"},
- {ETHERTYPE_DEC_LB, "DEC LanBridge"},
- {ETHERTYPE_ATALK, "Appletalk"},
- {ETHERTYPE_AARP, "AARP"},
- {ETHERTYPE_IPX, "Netware IPX/SPX"},
- {0, NULL}
+ {0x2000, "Cisco Discovery Protocol"},
+ {ETHERTYPE_IP, "IP"},
+ {CISCO_SLARP, "SLARP"},
+ {ETHERTYPE_DEC_LB, "DEC LanBridge"},
+ {ETHERTYPE_ATALK, "Appletalk"},
+ {ETHERTYPE_AARP, "AARP"},
+ {ETHERTYPE_IPX, "Netware IPX/SPX"},
+ {ETHERTYPE_ETHBRIDGE, "Transparent Ethernet bridging" },
+ {0, NULL}
};
void