X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/56e6581c34ceec5469b9f37c19b31a36b0256f3c..a8abce5c5e2dce2ba6dbccd5d3829da104b80f9c:/print-msdp.c?ds=sidebyside diff --git a/print-msdp.c b/print-msdp.c index ea476cb5..00481836 100644 --- a/print-msdp.c +++ b/print-msdp.c @@ -96,5 +96,5 @@ msdp_print(netdissect_options *ndo, const u_char *sp, u_int length) } return; trunc: - ND_PRINT(" [|msdp]"); + nd_print_trunc(ndo); }