summaryrefslogtreecommitdiff
path: root/sf-pcap.c
Commit message (Expand)AuthorAgeFilesLines
* Give a more detailed explanation of the use of 0xa1b2c3d4 by rpcap. [skip ci]Guy Harris2022-08-271-1/+4
* Update the magic numbers list. [skip ci]Denis Ovsienko2022-08-061-0/+6
* rpcap: have the server tell the client its byte order.Guy Harris2022-08-061-4/+2
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* Linux USB: fix incorrect values for the packet length.Guy Harris2022-06-031-0/+2
* pcap: fix the handling of the reserved field.Guy Harris2022-03-041-16/+4
* Reject pcap files if the "link-layer types plus other stuff" is invalid.Guy Harris2022-03-041-12/+23
* Use "%d" to print a signed intFrancois-Xavier Le Bail2022-03-011-1/+1
* Add some error checking to pcap_dump().Shane Kerr2022-01-151-3/+29
* Fix pcap_dispatch() to return number of packets processed even at EOF.Guy Harris2021-11-021-3/+3
* Revert "Quick test to make sure compilers warn about de-constification."Guy Harris2020-07-021-10/+0
* Quick test to make sure compilers warn about de-constification.Guy Harris2020-07-021-0/+10
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* Add support for UTF-8 strings on Windows.Guy Harris2020-04-111-2/+2
* Use more HTTPS in URLsFrancois-Xavier Le Bail2020-01-191-1/+1
* Fix typo in sf-pcap.c.Nan Xiao2019-11-141-1/+1
* Remove some workarounds for old compilers.Guy Harris2019-08-091-27/+27
* Use %zu as the print format for size_tFrancois-Xavier Le Bail2019-08-091-5/+5
* Make sure the *adjusted* snapshot length is the same for all IDBs.Guy Harris2019-08-041-12/+1
* Test hdr.snaplen to see whether it fits in an int.Guy Harris2019-07-251-3/+3
* Use "ab+" rather than "rb+" for the pcap_dump_open_append() open mode.Guy Harris2019-06-251-12/+39
* Read the magic number into a byte array.Guy Harris2019-06-121-10/+14
* Fixed a file descriptor leakAlex Smith2019-03-081-0/+1
* Corrected copy-pastoAlex Smith2019-03-081-2/+2
* Corrected function name in error textAlex Smith2019-03-081-1/+1
* Bring style more inline with prevailingAlex Smith2019-03-081-5/+3
* pcap_dump_fopen differing Windows CRTs work-aroundAlex Smith2019-03-081-0/+48
* Don't overflow an int.Guy Harris2018-10-151-1/+8
* Add in a comment to clarify that we're not over the snapshot length.Guy Harris2018-10-151-0/+3
* Squelch more narrowing warnings.Guy Harris2018-09-121-1/+1
* Use -Wshorten-64-to-32 if it's available, and fix warnings it shows.Guy Harris2018-09-091-1/+5
* Add PRIsize, to use as the print format for size_t, and use it.Guy Harris2018-08-051-12/+10
* Remove no more used field 'tzoff' in some structuresFrancois-Xavier Le Bail2018-08-031-1/+0
* Set always 'time zone offset' field to zero in the pcap file headerFrancois-Xavier Le Bail2018-08-011-5/+11
* Fix the "caplen is bigger than snapshot length" case.Guy Harris2018-05-091-8/+16
* Don't use fopen_s().Guy Harris2018-01-291-11/+17
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-27/+25
* Handle fopen() and fopen_s() differently.Guy Harris2017-10-311-14/+11
* Get rid of setbuf() macro; use setvbuf() instead.Guy Harris2017-09-301-2/+2
* Add pcap_dump_ftell64().Guy Harris2017-09-291-0/+39
* Get rid of pcap-stdinc.h.Guy Harris2017-09-051-1/+2
* Put the stuff to get the sized integer types defined into pcap-types.h.Guy Harris2017-09-041-10/+1
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* Allow bigger D-Bus packets, but don't allocate big buffers initially.Guy Harris2017-06-011-28/+117
* Don't reject pcap files or pcapng IDBs with a too-large snaplen.Guy Harris2017-05-141-9/+7
* Get rid of RCS ID.Guy Harris2017-03-181-5/+0
* Check for null pointers supplied as file namesFrancois-Xavier Le Bail2016-09-091-0/+11
* Check for, and squelch, signed vs. unsigned comparison errors.Guy Harris2016-07-251-2/+2
* More snprintf -> pcap_snprintf.Guy Harris2015-11-031-2/+2
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-33/+33