summaryrefslogtreecommitdiff
path: root/ethertype.h
diff options
context:
space:
mode:
authorhannes <hannes>2007-07-23 09:01:09 +0000
committerhannes <hannes>2007-07-23 09:01:09 +0000
commit9d84f80c5f9b5b29399f3231eb16de7974a56f64 (patch)
treef577a715235ce618b844dcf2ffd210a8f8edffb4 /ethertype.h
parent4bef1cedceaa088f405e76fff7d5ecae39ab905d (diff)
downloadtcpdump-9d84f80c5f9b5b29399f3231eb16de7974a56f64.tar.gz
change 802.1ag pre-standard codepoint to standard codepoint
Diffstat (limited to 'ethertype.h')
-rw-r--r--ethertype.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/ethertype.h b/ethertype.h
index 96d61869..f73f7b0f 100644
--- a/ethertype.h
+++ b/ethertype.h
@@ -18,7 +18,7 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * @(#) $Header: /tcpdump/master/tcpdump/ethertype.h,v 1.27 2006-10-12 10:26:12 hannes Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/ethertype.h,v 1.28 2007-07-23 09:01:09 hannes Exp $ (LBL)
*/
/*
@@ -139,8 +139,11 @@
#ifndef ETHERTYPE_VMAN
#define ETHERTYPE_VMAN 0x9100 /* Extreme VMAN Protocol */
#endif
+#ifndef ETHERTYPE_CFM_OLD
+#define ETHERTYPE_CFM_OLD 0xabcd /* 802.1ag depreciated */
+#endif
#ifndef ETHERTYPE_CFM
-#define ETHERTYPE_CFM 0xabcd /* 802.1ag - Ethertype is not yet assigned */
+#define ETHERTYPE_CFM 0x8902 /* 802.1ag */
#endif
#ifndef ETHERTYPE_ISO
#define ETHERTYPE_ISO 0xfefe /* nonstandard - used in Cisco HDLC encapsulation */