]> The Tcpdump Group git mirrors - tcpdump/commitdiff
gre: handle multicast MPLS.
authorGuy Harris <[email protected]>
Sun, 9 Apr 2023 05:45:00 +0000 (22:45 -0700)
committerGuy Harris <[email protected]>
Sun, 9 Apr 2023 05:45:00 +0000 (22:45 -0700)
Pass ETHERTYPE_MPLS_MULTI packets to the MPLS dissector.

print-gre.c

index afac03ac2e27dd09181bf7d02496528d716f513b..3f1365b3f3554db561a7d13176991659e55a846f 100644 (file)
@@ -289,6 +289,7 @@ gre_print_0(netdissect_options *ndo, const u_char *bp, u_int length)
                ip6_print(ndo, bp, len);
                break;
        case ETHERTYPE_MPLS:
+       case ETHERTYPE_MPLS_MULTI:
                mpls_print(ndo, bp, len);
                break;
        case ETHERTYPE_IPX: