summaryrefslogtreecommitdiff
path: root/print-mpls.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-mpls.c')
-rw-r--r--print-mpls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-mpls.c b/print-mpls.c
index bdc66c64..62b79957 100644
--- a/print-mpls.c
+++ b/print-mpls.c
@@ -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))