X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/546558eabd81cfc36a81a4df728fdfea0d83b41a..a8abce5c5e2dce2ba6dbccd5d3829da104b80f9c:/print-rrcp.c diff --git a/print-rrcp.c b/print-rrcp.c index 7e140fb9..1d76613d 100644 --- a/print-rrcp.c +++ b/print-rrcp.c @@ -142,5 +142,5 @@ rrcp_print(netdissect_options *ndo, return; trunc: - ND_PRINT("[|rrcp]"); + nd_print_trunc(ndo); }