summaryrefslogtreecommitdiff
path: root/print-lldp.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-05-06 10:33:07 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-05-06 11:26:45 +0200
commit00ecef01d7dd1f53c58ddeb0f906f3ec602283f0 (patch)
treea8a3f3a184b04e8fab889d5730e28e4b6a313003 /print-lldp.c
parent14cab26a1c6af5686f9f4b3605c5540816ab8a41 (diff)
downloadtcpdump-00ecef01d7dd1f53c58ddeb0f906f3ec602283f0.tar.gz
Add more nd_print_trunc() calls
Update the output of some tests accordingly.
Diffstat (limited to 'print-lldp.c')
-rw-r--r--print-lldp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-lldp.c b/print-lldp.c
index a200228e..ee814fcc 100644
--- a/print-lldp.c
+++ b/print-lldp.c
@@ -1663,5 +1663,5 @@ lldp_print(netdissect_options *ndo,
}
return;
trunc:
- ND_PRINT("\n\t[|LLDP]");
+ nd_print_trunc(ndo);
}