X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/0860434f38178598fff25ede38436ff55ffedce5..c10cc49cd88bafd2042fc57fb9c15affaaba71df:/ethertype.h diff --git a/ethertype.h b/ethertype.h index 17d81965..96d61869 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.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) */ /* @@ -139,6 +139,9 @@ #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