]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-timed.c
Note that interfaces may have numerical names.
[tcpdump] / print-timed.c
index 7b817141cbf8918a48cb06a51e41f550533eba85..a1cd89e3f1a7a8aa05eebcc0a3c64faab5feed61 100644 (file)
@@ -23,7 +23,7 @@
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"
@@ -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) {