summaryrefslogtreecommitdiff
path: root/print-mpcp.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-mpcp.c
parent14cab26a1c6af5686f9f4b3605c5540816ab8a41 (diff)
downloadtcpdump-00ecef01d7dd1f53c58ddeb0f906f3ec602283f0.tar.gz
Add more nd_print_trunc() calls
Update the output of some tests accordingly.
Diffstat (limited to 'print-mpcp.c')
-rw-r--r--print-mpcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-mpcp.c b/print-mpcp.c
index 89c1e7b9..ebfe74a6 100644
--- a/print-mpcp.c
+++ b/print-mpcp.c
@@ -247,5 +247,5 @@ mpcp_print(netdissect_options *ndo, const u_char *pptr, u_int length)
return;
trunc:
- ND_PRINT("\n\t[|MPCP]");
+ nd_print_trunc(ndo);
}