aboutsummaryrefslogtreecommitdiff
path: root/sf-pcapng.c
AgeCommit message (Expand)Author
2022-08-27rpcap: have the server tell the client its byte order.Guy Harris
2022-06-15Linux USB: fix incorrect values for the packet length.Guy Harris
2022-02-20Fix pcap_dispatch() to return number of packets processed even at EOF.Guy Harris
2021-04-24Fix a typoFrancois-Xavier Le Bail
2021-04-08Handle pcapng version 1.2.Guy Harris
2020-07-01Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris
2020-05-21pcapng: save a per-interface snapshot length.Guy Harris
2020-03-12Fix an error messageFrancois-Xavier Le Bail
2019-10-02Get rid of extra blank lines.Guy Harris
2019-10-02Fix some format warnings.Guy Harris
2019-10-02do sanity checks on PHB header length before allocating memory. There was no ...Michael Richardson
2019-08-09Remove some workarounds for old compilers.Guy Harris
2019-08-09Use %zu as the print format for size_tFrancois-Xavier Le Bail
2019-08-04Make sure the *adjusted* snapshot length is the same for all IDBs.Guy Harris
2019-07-25Test hdr.snaplen to see whether it fits in an int.Guy Harris
2019-06-12Read the magic number into a byte array.Guy Harris
2018-11-11Require block lengths to be a multiple of 4.Guy Harris
2018-11-10Fix a couple of issues.Guy Harris
2018-09-18Make sure the *first* SHB, which we read when opening, isn't too big.Guy Harris
2018-08-05Add PRIsize, to use as the print format for size_t, and use it.Guy Harris
2018-08-03Remove no more used field 'tzoff' in some structuresFrancois-Xavier Le Bail
2018-07-14Make the time stamp scale factor 64-bit.Guy Harris
2018-07-10Make the time stamp resolution 64-bit.Guy Harris
2018-07-09Make sure the compiler/UBSAN doesn't while about the LHS of << being signed.Guy Harris
2018-07-09No need to re-calculate the shift.Guy Harris
2018-07-09Check the time stamp resolution up front before calculating with it.Guy Harris
2018-01-08Rename sf-pcap-ng.[ch] to reflect that the file type is now called pcapng.Guy Harris