]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ether.c
updated print-ipnet.c to use netdissect options structure
[tcpdump] / print-ether.c
index c8d524cbd53dee14e6f4a646872c51635d3ceba9..20a2a65fb868eff1acb5c563bd89c8629983062d 100644 (file)
@@ -290,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);