X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/0d6ffcf7e68447f91ab931aeab94c9a84c244ec5..2c233065b663b176f8fd9679aa674aefe38c3dd4:/ethertype.h diff --git a/ethertype.h b/ethertype.h index 900bd38e..8c063396 100644 --- a/ethertype.h +++ b/ethertype.h @@ -100,9 +100,26 @@ #ifndef ETHERTYPE_AARP #define ETHERTYPE_AARP 0x80f3 #endif +#ifndef ETHERTYPE_TIPC +#define ETHERTYPE_TIPC 0x88ca +#endif #ifndef ETHERTYPE_8021Q #define ETHERTYPE_8021Q 0x8100 #endif + +/* see: + http://en.wikipedia.org/wiki/IEEE_802.1Q + and http://en.wikipedia.org/wiki/QinQ +*/ +#ifndef ETHERTYPE_8021Q9100 +#define ETHERTYPE_8021Q9100 0x9100 +#endif +#ifndef ETHERTYPE_8021Q9200 +#define ETHERTYPE_8021Q9200 0x9200 +#endif +#ifndef ETHERTYPE_8021QinQ +#define ETHERTYPE_8021QinQ 0x88a8 +#endif #ifndef ETHERTYPE_IPX #define ETHERTYPE_IPX 0x8137 #endif