]> The Tcpdump Group git mirrors - tcpdump/blobdiff - ethertype.h
add skeleton support for 802.1ag CFM
[tcpdump] / ethertype.h
index 17d81965fa41a0c37b046d82b4f9f7b37a4143bb..96d6186959dfa14a13f0c1c55f92af853d49771a 100644 (file)
@@ -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.26 2006-02-10 04:52:25 hannes Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/tcpdump/ethertype.h,v 1.27 2006-10-12 10:26:12 hannes Exp $ (LBL)
  */
 
 /*
 #ifndef        ETHERTYPE_VMAN
 #define        ETHERTYPE_VMAN          0x9100 /* Extreme VMAN Protocol */ 
 #endif
+#ifndef        ETHERTYPE_CFM
+#define        ETHERTYPE_CFM           0xabcd /* 802.1ag - Ethertype is not yet assigned */
+#endif
 #ifndef        ETHERTYPE_ISO
 #define        ETHERTYPE_ISO           0xfefe  /* nonstandard - used in Cisco HDLC encapsulation */
 #endif