X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1789f57c36a6fb46855a97af14f5b50707545f17..a761e50f8a38d94485d03a8e807dc10fdda41afd:/ethertype.h diff --git a/ethertype.h b/ethertype.h index dbbbae4a..900bd38e 100644 --- a/ethertype.h +++ b/ethertype.h @@ -76,6 +76,9 @@ #ifndef ETHERTYPE_SCA #define ETHERTYPE_SCA 0x6007 #endif +#ifndef ETHERTYPE_TEB +#define ETHERTYPE_TEB 0x6558 +#endif #ifndef ETHERTYPE_LANBRIDGE #define ETHERTYPE_LANBRIDGE 0x8038 #endif @@ -127,6 +130,12 @@ #ifndef ETHERTYPE_PPPOES #define ETHERTYPE_PPPOES 0x8864 #endif +#ifndef ETHERTYPE_PPPOED2 +#define ETHERTYPE_PPPOED2 0x3c12 +#endif +#ifndef ETHERTYPE_PPPOES2 +#define ETHERTYPE_PPPOES2 0x3c13 +#endif #ifndef ETHERTYPE_JUMBO #define ETHERTYPE_JUMBO 0x8870 #endif