aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ethertype.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-02-17 00:16:19 +0000
committerGuy Harris <guy@alum.mit.edu>2002-02-17 00:16:19 +0000
commitac5a603cb77582b38948307a505e480352b7b75d (patch)
tree9838b9b6797911141726eda2108a2a8dd93aaf65 /packet-ethertype.c
parent31fc804847f4d243eacf7ab7966328c7578316bb (diff)
Add support for SNA-over-Ethernet (Ethernet type 80d5).
svn path=/trunk/; revision=4747
Diffstat (limited to 'packet-ethertype.c')
-rw-r--r--packet-ethertype.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-ethertype.c b/packet-ethertype.c
index 12044e625c..931f3c5a11 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.25 2002/01/21 07:36:34 guy Exp $
+ * $Id: packet-ethertype.c,v 1.26 2002/02/17 00:16:19 guy Exp $
*
* Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -53,6 +53,7 @@ const value_string etype_vals[] = {
{ETHERTYPE_REVARP, "RARP" },
{ETHERTYPE_DEC_LB, "DEC LanBridge" },
{ETHERTYPE_ATALK, "Appletalk" },
+ {ETHERTYPE_SNA, "SNA-over-Ethernet" },
{ETHERTYPE_AARP, "AARP" },
{ETHERTYPE_IPX, "Netware IPX/SPX" },
{ETHERTYPE_VINES, "Vines" },