X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/e2f14ebc87586ecad6901c09a1cb7e371baf2ea1..50dfa7ecebfef0f954f3ac2e6bbbf84ab468f848:/ethertype.h diff --git a/ethertype.h b/ethertype.h index f76f17be..a757a39c 100644 --- a/ethertype.h +++ b/ethertype.h @@ -113,8 +113,8 @@ #endif /* see: - http://en.wikipedia.org/wiki/IEEE_802.1Q - and http://en.wikipedia.org/wiki/QinQ + https://en.wikipedia.org/wiki/IEEE_802.1Q + and https://en.wikipedia.org/wiki/QinQ */ #ifndef ETHERTYPE_8021Q9100 #define ETHERTYPE_8021Q9100 0x9100 @@ -125,6 +125,9 @@ #ifndef ETHERTYPE_8021QinQ #define ETHERTYPE_8021QinQ 0x88a8 #endif +#ifndef ETHERTYPE_MACSEC +#define ETHERTYPE_MACSEC 0x88e5 +#endif #ifndef ETHERTYPE_IPX #define ETHERTYPE_IPX 0x8137 #endif @@ -179,6 +182,9 @@ #ifndef ETHERTYPE_AOE #define ETHERTYPE_AOE 0x88a2 #endif +#ifndef ETHERTYPE_PTP +#define ETHERTYPE_PTP 0x88f7 +#endif #ifndef ETHERTYPE_LOOPBACK #define ETHERTYPE_LOOPBACK 0x9000 #endif