]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-timed.c
Use the word 'invalid' for 'malformed' or 'corrupted' packets
[tcpdump] / print-timed.c
index 7b817141cbf8918a48cb06a51e41f550533eba85..dcf01db0904cffba35dc1853602e934719098832 100644 (file)
@@ -125,7 +125,7 @@ timed_print(netdissect_options *ndo,
                usec = EXTRACT_32BITS(&tsp->tsp_time.tv_usec);
                /* XXX The comparison below is always false? */
                if (usec < 0)
-                       /* corrupt, skip the rest of the packet */
+                       /* invalid, skip the rest of the packet */
                        return;
                ND_PRINT((ndo, " time "));
                if (sec < 0 && usec != 0) {