]> The Tcpdump Group git mirrors - tcpdump/blobdiff - util-print.c
Update some tests files if the packet time is > 2038-01-19 03:14:07 UTC
[tcpdump] / util-print.c
index 2408c8f4b7f0a21444847971f303cab08809322e..dd43219b198d425bfe333f40581d75972c35eb55 100644 (file)
@@ -831,11 +831,10 @@ print_txt_line(netdissect_options *ndo, const char *prefix,
 
        /*
         * All printable ASCII, but no line ending after that point
-        * in the buffer; treat this as if it were truncated.
+        * in the buffer.
         */
        linelen = idx - startidx;
        ND_PRINT("%s%.*s", prefix, (int)linelen, pptr + startidx);
-       nd_print_trunc(ndo);
        return (0);
 
 print: