]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-mpls.c
switch from shell script to complex test
[tcpdump] / print-mpls.c
index bdc66c642360bc7710da437abd20a04f744509cc..62b79957281100a602cc2d0df0c338462b1cfdc1 100644 (file)
@@ -66,7 +66,7 @@ mpls_print(netdissect_options *ndo, const u_char *bp, u_int length)
 
        ndo->ndo_protocol = "mpls";
        p = bp;
-       ND_PRINT("MPLS");
+       nd_print_protocol_caps(ndo);
        do {
                ND_TCHECK_LEN(p, sizeof(label_entry));
                if (length < sizeof(label_entry))