summaryrefslogtreecommitdiff
path: root/sf-pcap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Expand a commentFrancois-Xavier Le Bail2015-10-251-2/+4
* Add file capture length sanity check for pcap savefilesFrancois-Xavier Le Bail2015-10-241-2/+10
* Add versions sanity checks for pcap and pcap-ng savefilesFrancois-Xavier Le Bail2015-10-101-1/+16
* Improve the error message to clarify the problemFrancois-Xavier Le Bail2015-10-011-1/+2
* Squelch some compiler narrowing warnings.Guy Harris2015-09-271-2/+2
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-08-311-8/+8
* Static variables considered harmful.Guy Harris2015-08-071-23/+50
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-1/+1
* Add pcap_dump_open_append() to open for appending.Guy Harris2015-02-151-0/+162
* Don't treat 65535 as the maximum snapshot length.Guy Harris2014-06-251-3/+3
* Byte-swap the T and L in TLVs as necessary when reading an NFLOG file.Guy Harris2014-02-021-17/+2
* Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris2013-08-071-2/+2
* Fix handling of time stamps in pcap-ng files.Guy Harris2013-07-011-0/+2
* Replace the _nsectime routines with _with_tstamp_precision routines.Guy Harris2013-07-011-15/+87
* Introduce pcap_open_offline_nsectime and pcap_open_dead_nsectimeMichal Sekletar2013-06-251-8/+9
* Make timestamps precision configurableMichal Sekletar2013-05-301-5/+18
* Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris2013-05-061-26/+67
* Assorted header changes.Guy Harris2011-01-121-2/+6
* Added the definition of SET_BINMODE under WIN32.test22010-03-091-0/+13
* Byte-swap the extra fields in the "version 1" USB monitor header.Guy Harris2010-01-251-1/+4
* Add limited support for reading pcap-ng files.Guy Harris2010-01-091-0/+598