X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/546558eabd81cfc36a81a4df728fdfea0d83b41a..0f24a43a7e9fbdcff2baae3990939b2bc25d9fd1:/print-slow.c diff --git a/print-slow.c b/print-slow.c index 087af0ff..4e0ab030 100644 --- a/print-slow.c +++ b/print-slow.c @@ -31,7 +31,6 @@ #include "addrtoname.h" #include "oui.h" -static const char tstr[] = " [|slow]"; #define SLOW_PROTO_LACP 1 #define SLOW_PROTO_MARKER 2 @@ -341,7 +340,7 @@ tooshort: return; trunc: - ND_PRINT("%s", tstr); + nd_print_trunc(ndo); } static void @@ -483,7 +482,7 @@ tooshort: return; trunc: - ND_PRINT("%s", tstr); + nd_print_trunc(ndo); } static void @@ -750,5 +749,5 @@ tooshort: return; trunc: - ND_PRINT("%s", tstr); + nd_print_trunc(ndo); }