X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/e10fe19f4578b8215587825e8672a196dc161b93..c6a5cc1bb49bcbc5f74c66bf780b8a1a05e8eb9d:/print-vqp.c?ds=sidebyside 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); }