aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-09-20 09:17:38 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-09-20 09:17:38 +0000
commit9d646cdc994af81792762e993fd3cac2e362b06a (patch)
tree28cfbf4d2f6342d1f3c81334c63e745ec31c606a /etypes.h
parent29eb4e3c65cc4df691c348afe82772e37f5cc87f (diff)
From Hannes Gredler: Support OSI over CHDLC
svn path=/trunk/; revision=6308
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/etypes.h b/etypes.h
index 30b9ff17e5..3cec9ab9e2 100644
--- a/etypes.h
+++ b/etypes.h
@@ -1,7 +1,7 @@
/* etypes.h
* Defines ethernet packet types, similar to tcpdump's ethertype.h
*
- * $Id: etypes.h,v 1.26 2002/08/28 21:00:06 jmayer Exp $
+ * $Id: etypes.h,v 1.27 2002/09/20 09:17:38 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -183,6 +183,10 @@
#define ETHERTYPE_LOOP 0x9000 /* used for layer 2 testing (do i see my own frames on the wire) */
#endif
+#ifndef ETHERTYPE_OSI
+#define ETHERTYPE_OSI 0xfefe /* used in Cisco HDLC only */
+#endif
+
extern const value_string etype_vals[];
#endif /* etypes.h */