X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1789f57c36a6fb46855a97af14f5b50707545f17..359c312cc6d83209175b8b38e33d2146a26c6e1e:/print-ether.c diff --git a/print-ether.c b/print-ether.c index c93fd6c8..20a2a65f 100644 --- a/print-ether.c +++ b/print-ether.c @@ -56,6 +56,7 @@ const struct tok ethertype_values[] = { { ETHERTYPE_DN, "DN" }, { ETHERTYPE_LAT, "LAT" }, { ETHERTYPE_SCA, "SCA" }, + { ETHERTYPE_TEB, "TEB" }, { ETHERTYPE_LANBRIDGE, "Lanbridge" }, { ETHERTYPE_DECDNS, "DEC DNS" }, { ETHERTYPE_DECDTS, "DEC DTS" }, @@ -289,6 +290,8 @@ ether_encap_print(u_short ether_type, const u_char *p, case ETHERTYPE_PPPOED: case ETHERTYPE_PPPOES: + case ETHERTYPE_PPPOED2: + case ETHERTYPE_PPPOES2: pppoe_print(p, length); return (1);