]> The Tcpdump Group git mirrors - libpcap/history - sf-pcapng.c
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / sf-pcapng.c
2022-08-28  Guy Harrisrpcap: have the server tell the client its byte order.
2022-06-16  Guy HarrisLinux USB: fix incorrect values for the packet length.
2022-02-20  Guy HarrisFix pcap_dispatch() to return number of packets process...
2021-04-25  Francois-Xavier... Fix a typo
2021-04-09  Guy HarrisHandle pcapng version 1.2.
2020-08-28  Michael RichardsonMerge pull request #906 from Oppen/issue_898
2020-07-01  Guy HarrisHandle the pcap_t+private data in a fashion that makes...
2020-05-21  Guy Harrispcapng: save a per-interface snapshot length.
2020-03-12  Francois-Xavier... Fix an error message
2019-10-02  Guy HarrisGet rid of extra blank lines.
2019-10-02  Guy HarrisFix some format warnings.
2019-10-02  Michael Richardsondo sanity checks on PHB header length before allocating...
2019-08-15  Guy HarrisMerge pull request #833 from daemonhorn/master
2019-08-09  Guy HarrisRemove some workarounds for old compilers.
2019-08-09  Francois-Xavier... Use %zu as the print format for size_t
2019-08-05  Guy HarrisMake sure the *adjusted* snapshot length is the same...
2019-07-25  Guy HarrisTest hdr.snaplen to see whether it fits in an int.
2019-06-12  Guy HarrisRead the magic number into a byte array.
2019-04-25  Michael RichardsonMerge pull request #771 from ether42/reuseaddr
2019-04-25  Michael RichardsonMerge pull request #749 from nmap/manpage-formatting
2019-01-07  Guy HarrisMerge branch 'master' of https://github.com/rixed/libpc...
2018-11-12  Guy HarrisRequire block lengths to be a multiple of 4.
2018-11-11  Guy HarrisFix a couple of issues.
2018-09-18  Guy HarrisMake sure the *first* SHB, which we read when opening...
2018-08-25  Guy HarrisMerge pull request #722 from rixed/patch-1
2018-08-05  Guy HarrisAdd PRIsize, to use as the print format for size_t...
2018-08-03  Francois-Xavier... Remove no more used field 'tzoff' in some structures
2018-07-14  Guy HarrisMake the time stamp scale factor 64-bit.
2018-07-10  Guy HarrisMake the time stamp resolution 64-bit.
2018-07-10  Guy HarrisMake sure the compiler/UBSAN doesn't while about the...
2018-07-09  Guy HarrisNo need to re-calculate the shift.
2018-07-09  Guy HarrisCheck the time stamp resolution up front before calcula...
2018-01-09  Guy HarrisRename sf-pcap-ng.[ch] to reflect that the file type...