X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/46f64e833caddeec5d24462dff83c8a76f5845aa..4c9a2df09bac0bd6dab0831da135892b51c12053:/print-mpls.c diff --git a/print-mpls.c b/print-mpls.c index 43ea1511..c9be4964 100644 --- a/print-mpls.c +++ b/print-mpls.c @@ -75,7 +75,7 @@ mpls_print(netdissect_options *ndo, const u_char *bp, u_int length) label_entry = GET_BE_U_4(p); ND_PRINT("%s(label %u", (label_stack_depth && ndo->ndo_vflag) ? "\n\t" : " ", - MPLS_LABEL(label_entry)); + MPLS_LABEL(label_entry)); label_stack_depth++; if (ndo->ndo_vflag && MPLS_LABEL(label_entry) < sizeof(mpls_labelname) / sizeof(mpls_labelname[0]))