aboutsummaryrefslogtreecommitdiffstats
path: root/packet-chdlc.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-20 09:17:38 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-20 09:17:38 +0000
commit3924982d9d65099dd0109323b13fb309f16e5a66 (patch)
tree28cfbf4d2f6342d1f3c81334c63e745ec31c606a /packet-chdlc.c
parent8c8a9aa706b0bd4eeae3fec012a128666abf57f1 (diff)
From Hannes Gredler: Support OSI over CHDLC
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6308 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-chdlc.c')
-rw-r--r--packet-chdlc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-chdlc.c b/packet-chdlc.c
index a39e48aee1..ec55109746 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.15 2002/08/28 21:00:08 jmayer Exp $
+ * $Id: packet-chdlc.c,v 1.16 2002/09/20 09:17:38 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -94,6 +94,7 @@ const value_string chdlc_vals[] = {
{ETHERTYPE_AARP, "AARP"},
{ETHERTYPE_IPX, "Netware IPX/SPX"},
{ETHERTYPE_ETHBRIDGE, "Transparent Ethernet bridging" },
+ {ETHERTYPE_OSI, "OSI" },
{0, NULL}
};