Actions
Bug #6240
closedpcap/file: negative pcap file timestamps lead to weird output
Description
Due to cast to unsigned the timestamps get weird, and this is propagated into general time handling.
Actions
Added by Victor Julien over 2 years ago. Updated over 2 years ago.
Description
Due to cast to unsigned the timestamps get weird, and this is propagated into general time handling.
Does not affect 6.0.x as that still uses struct timeval everywhere.