summaryrefslogtreecommitdiff
path: root/sf-pcapng.c
Commit message (Expand)AuthorAgeFilesLines
* rpcap: have the server tell the client its byte order.Guy Harris2022-08-061-4/+2
* Linux USB: fix incorrect values for the packet length.Guy Harris2022-06-031-0/+2
* Fix pcap_dispatch() to return number of packets processed even at EOF.Guy Harris2021-11-021-3/+3
* Fix a typoFrancois-Xavier Le Bail2021-04-171-1/+1
* Handle pcapng version 1.2.Guy Harris2021-04-081-3/+18
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* pcapng: save a per-interface snapshot length.Guy Harris2020-05-211-3/+7
* Fix an error messageFrancois-Xavier Le Bail2020-03-121-1/+1
* Get rid of extra blank lines.Guy Harris2019-10-021-2/+0
* Fix some format warnings.Guy Harris2019-10-021-5/+5
* do sanity checks on PHB header length before allocating memory. There was no ...Michael Richardson2019-10-021-16/+10
* Remove some workarounds for old compilers.Guy Harris2019-08-091-31/+31
* Use %zu as the print format for size_tFrancois-Xavier Le Bail2019-08-091-4/+4
* Make sure the *adjusted* snapshot length is the same for all IDBs.Guy Harris2019-08-041-14/+8
* Test hdr.snaplen to see whether it fits in an int.Guy Harris2019-07-251-3/+4
* Read the magic number into a byte array.Guy Harris2019-06-121-6/+8
* Require block lengths to be a multiple of 4.Guy Harris2018-11-111-51/+8
* Fix a couple of issues.Guy Harris2018-11-101-0/+77
* Make sure the *first* SHB, which we read when opening, isn't too big.Guy Harris2018-09-181-32/+35
* Add PRIsize, to use as the print format for size_t, and use it.Guy Harris2018-08-051-7/+6
* Remove no more used field 'tzoff' in some structuresFrancois-Xavier Le Bail2018-08-031-1/+0
* Make the time stamp scale factor 64-bit.Guy Harris2018-07-141-1/+1
* Make the time stamp resolution 64-bit.Guy Harris2018-07-101-12/+12
* Make sure the compiler/UBSAN doesn't while about the LHS of << being signed.Guy Harris2018-07-091-1/+1
* No need to re-calculate the shift.Guy Harris2018-07-091-1/+1
* Check the time stamp resolution up front before calculating with it.Guy Harris2018-07-091-17/+28
* Rename sf-pcap-ng.[ch] to reflect that the file type is now called pcapng.Guy Harris2018-01-081-0/+1464