]> The Tcpdump Group git mirrors - tcpdump/commit
Report 32-bit timestamps with uppermost bit set as "Error converting time"
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 9 Aug 2018 20:05:05 +0000 (22:05 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Fri, 10 Aug 2018 21:22:21 +0000 (23:22 +0200)
commit1d881d77dfba3bc0040c5862caf3cf3a1d143639
tree99b911ba0f7cf893fa94fd3ac74d7464542385a0
parentc6ca8a71712729501550714205ab9649b42422aa
Report 32-bit timestamps with uppermost bit set as "Error converting time"

This is an update to packet header timestamps printing based on
Guy Harris's proposal.

Theses timestamps are outside the 1970-2038 range; This happens on some
fuzzed captures.

This will allow to have the same printing on Windows and UN*X.

Update needed before 2038.
tests/ip6_frag_asan.out
tests/isis_stlv_asan-2.out
tests/isis_stlv_asan-3.out
tests/isis_stlv_asan-4.out
tests/isis_stlv_asan.out
tests/isis_sysid_asan.out
tests/olsr-oobr-1.out
tests/tok2str-oobr-2.out
tests/vqp-oobr.out
util-print.c