X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/1889ef324cceaf8b667a9d4dade8260c395913c7..a8abce5c5e2dce2ba6dbccd5d3829da104b80f9c:/print-vtp.c diff --git a/print-vtp.c b/print-vtp.c index c81a2d48..2718d2ac 100644 --- a/print-vtp.c +++ b/print-vtp.c @@ -394,5 +394,5 @@ vtp_print(netdissect_options *ndo, return; trunc: - ND_PRINT("[|vtp]"); + nd_print_trunc(ndo); }