X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/8534f3b7bfbb81a76fc110a79bbbfedf35cc4f30..b51a0dafc7861eb31d21524ec067d7c529a664b8:/ethertype.h diff --git a/ethertype.h b/ethertype.h index 109e8748..a757a39c 100644 --- a/ethertype.h +++ b/ethertype.h @@ -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