diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-05-06 10:33:07 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-05-06 11:26:45 +0200 |
commit | 00ecef01d7dd1f53c58ddeb0f906f3ec602283f0 (patch) | |
tree | a8a3f3a184b04e8fab889d5730e28e4b6a313003 /print-hncp.c | |
parent | 14cab26a1c6af5686f9f4b3605c5540816ab8a41 (diff) | |
download | tcpdump-00ecef01d7dd1f53c58ddeb0f906f3ec602283f0.tar.gz |
Add more nd_print_trunc() calls
Update the output of some tests accordingly.
Diffstat (limited to 'print-hncp.c')
-rw-r--r-- | print-hncp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-hncp.c b/print-hncp.c index 13064678..7a3a6f72 100644 --- a/print-hncp.c +++ b/print-hncp.c @@ -857,7 +857,7 @@ hncp_print_rec(netdissect_options *ndo, return; trunc: - ND_PRINT("%s", "[|hncp]"); + nd_print_trunc(ndo); return; invalid: |