X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/66c1d1031b993aa947e8ff978c7f05ce923a11cf..b20004a733df0469796a0b07f7cb1617308db19a:/ethertype.h diff --git a/ethertype.h b/ethertype.h index 385da5d7..a74c3a8f 100644 --- a/ethertype.h +++ b/ethertype.h @@ -183,5 +183,14 @@ #ifndef ETHERTYPE_ISO #define ETHERTYPE_ISO 0xfefe /* nonstandard - used in Cisco HDLC encapsulation */ #endif +#ifndef ETHERTYPE_CALM_FAST +#define ETHERTYPE_CALM_FAST 0x1111 /* ISO CALM FAST */ +#endif +#ifndef ETHERTYPE_GEONET_OLD +#define ETHERTYPE_GEONET_OLD 0x0707 /* ETSI GeoNetworking (before Jan 2013) */ +#endif +#ifndef ETHERTYPE_GEONET +#define ETHERTYPE_GEONET 0x8947 /* ETSI GeoNetworking (Official IEEE registration from Jan 2013) */ +#endif extern const struct tok ethertype_values[];