summaryrefslogtreecommitdiff
path: root/print-mpls.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-05-06 10:33:07 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-05-06 11:26:45 +0200
commit00ecef01d7dd1f53c58ddeb0f906f3ec602283f0 (patch)
treea8a3f3a184b04e8fab889d5730e28e4b6a313003 /print-mpls.c
parent14cab26a1c6af5686f9f4b3605c5540816ab8a41 (diff)
downloadtcpdump-00ecef01d7dd1f53c58ddeb0f906f3ec602283f0.tar.gz
Add more nd_print_trunc() calls
Update the output of some tests accordingly.
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 3d2a2645..e45f2826 100644
--- a/print-mpls.c
+++ b/print-mpls.c
@@ -211,5 +211,5 @@ mpls_print(netdissect_options *ndo, const u_char *bp, u_int length)
return;
trunc:
- ND_PRINT("[|MPLS]");
+ nd_print_trunc(ndo);
}