aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ethertype.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-08 06:44:15 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-08 06:44:15 +0000
commit41440d30e5f0b324a348c4cbbedb301a7e06bcb2 (patch)
treeedf4ed52c29395c3a141a7ffc6fa6b40f531ac05 /packet-ethertype.c
parent4d8d3073fc7a917e97e628eafaec6281343e2aeb (diff)
0x81fd and 0x81ff appear to be for the Cabletron Interswitch Message
Protocol, although the packets I've seen with 0x81fd don't look like the ISMP packets described in RFC 2641/2642/2643. svn path=/trunk/; revision=8645
Diffstat (limited to 'packet-ethertype.c')
-rw-r--r--packet-ethertype.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-ethertype.c b/packet-ethertype.c
index 9170757b7e..30fb1d2a2e 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.38 2003/10/01 07:11:44 guy Exp $
+ * $Id: packet-ethertype.c,v 1.39 2003/10/08 06:44:15 guy Exp $
*
* Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -59,6 +59,9 @@ const value_string etype_vals[] = {
{ETHERTYPE_TRAIN, "Netmon Train" },
{ETHERTYPE_LOOP, "Loopback" }, /* Ethernet Loopback */
{ETHERTYPE_WCP, "Wellfleet Compression Protocol" },
+ {ETHERTYPE_ISMP, "Cabletron Interswitch Message Protocol" },
+ {ETHERTYPE_ISMP_TBFLOOD, "Cabletron SFVLAN 1.8 Tag-Based Flood" },
+ /* for ISMP, see RFC 2641, RFC 2642, RFC 2643 */
{ETHERTYPE_PPPOED, "PPPoE Discovery" },
{ETHERTYPE_PPPOES, "PPPoE Session" },
{ETHERTYPE_INTEL_ANS, "Intel ANS probe" },