Revision history for File-PCAP
v0.1.1 Tue Dec 21 11:03:13 CET 2021
- move on GitHub
v0.1.0 Sun Mar 10 10:35:32 CET 2019
- File::PCAP::ACAP2PCAP: use 'gmtime' and 'timegm' instead of
'localtime' and 'timelocal' to determine startday
- fixes bug #128748, thanks to Slaven Rezić
v0.0.8 Fri Mar 8 08:12:32 CET 2019
- File::PCAP::ACAP2PCAP: option 'startday' to set the starting
day for the capture
- bin/acap2pcap: add option 'startday'
- File::PCAP::Reader: fix Bug #128720, thanks to Chris Marshall (CHM)
v0.0.7 Thu Mar 7 08:44:14 CET 2019
- changed File::PCAP::Reader->next_packet() to return nothing on
end of file
- File::PCAP::ACAP2PCAP: Switch to next day when time of a
datagram is earlier than the time of the last datagram.
This leads to datagrams with timestamp in the future!
v0.0.6 Wed Dec 13 02:21:30 CET 2017
- corrected error in
File::PCAP::Reader->_read_pcap_global_header()
- fixes Bug #123818, thanks to Konstantin Tokar
v0.0.5 Wed Sep 20 22:31:28 CEST 2017
- corrected error in POD (fixes #123020)
v0.0.4 Thu May 4 10:47:42 CEST 2017
- edited POD
v0.0.3 Thu Feb 2 16:56:35 CET 2017
- make 'make testpodcoverage' working