X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/5081474eb5f992f68fa2188761898a75960a4519..a5dc11f9cc4e36dca9aa4f053c8fda4c45fee427:/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]))