]> The Tcpdump Group git mirrors - tcpdump/commit
Update the "Error converting time" tests for packet times
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 19 Mar 2024 19:49:26 +0000 (20:49 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 22 Mar 2024 10:41:39 +0000 (11:41 +0100)
commit15b38a333fd93e3e7ab76b39a6a6b391c07c9e99
treef72408ad824121a35dc54b03ef32543b2bb98c4c
parent94366a69b0ea80c2e85aa89f7b7f30d7f335bd76
Update the "Error converting time" tests for packet times

Replace 0x80000000 mask test on tv_sec by a test on tv_sec
negative in ts_date_hmsfrac_print() and ts_unix_print().

Replace the error message by "[timestamp < 1970-01-01 00:00:00 UTC]"

(cherry picked from commit b84bd2b4b55067d1eea6181e1a09043ac093d48c)
util-print.c