X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/e10fe19f4578b8215587825e8672a196dc161b93..00ecef01d7dd1f53c58ddeb0f906f3ec602283f0:/print-vqp.c diff --git a/print-vqp.c b/print-vqp.c index 3e8e011c..0c481452 100644 --- a/print-vqp.c +++ b/print-vqp.c @@ -208,5 +208,5 @@ vqp_print(netdissect_options *ndo, const u_char *pptr, u_int len) } return; trunc: - ND_PRINT("\n\t[|VQP]"); + nd_print_trunc(ndo); }