X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/61f71d2046ced967e1bd998d41c68faf512f75ab..546558eabd81cfc36a81a4df728fdfea0d83b41a:/print-mpls.c diff --git a/print-mpls.c b/print-mpls.c index 1ade6e65..db9be428 100644 --- a/print-mpls.c +++ b/print-mpls.c @@ -64,6 +64,7 @@ mpls_print(netdissect_options *ndo, const u_char *bp, u_int length) uint16_t label_stack_depth = 0; enum mpls_packet_type pt = PT_UNKNOWN; + ndo->ndo_protocol = "mpls"; p = bp; ND_PRINT("MPLS"); do {