summaryrefslogtreecommitdiff
path: root/savefile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some comments. [skip ci]Guy Harris2022-12-211-2/+2
* Fix two null pointer crashes of breakloop and can_set_rfmonhopper-vul2022-12-211-0/+11
* Make sure no read routine process more than INT_MAX packets.Guy Harris2022-01-261-1/+16
* Use PACKET_COUNT_IS_UNLIMITED() in pcap_offline_read().Guy Harris2021-11-021-1/+2
* Fix pcap_offline_read() loop.Guy Harris2021-11-021-7/+4
* Fix pcap_dispatch() to return number of packets processed even at EOF.Guy Harris2021-11-021-3/+17
* Squelch a warning in pcap_open_offline_with_tstamp_precision().Denis Ovsienko2021-08-011-1/+1
* OK, see if *this* fixes the link error.Guy Harris2020-07-031-22/+0
* See if this fixes the link error.Guy Harris2020-07-031-2/+2
* Another test to try to get assigning-away-constness warnings.Guy Harris2020-07-021-0/+22
* Remove some trailing tabsFrancois-Xavier Le Bail2020-06-171-1/+1
* Get rid of unused charset_fopen_read().Guy Harris2020-04-111-8/+0
* Add support for UTF-8 strings on Windows.Guy Harris2020-04-111-4/+105
* Fix another warning.Guy Harris2019-11-051-5/+4
* Squelch another warning.Guy Harris2019-11-051-7/+7
* Make sure BUILDING_PCAP is getting defined.Guy Harris2019-11-051-0/+4
* Squelch some warnings that popped up on MinGW.Guy Harris2019-11-051-9/+9
* Fail if the pcap_fopen routines are passed a null FILE *.Guy Harris2019-10-031-0/+18
* Remove some workarounds for old compilers.Guy Harris2019-08-091-16/+16
* Use %zu as the print format for size_tFrancois-Xavier Le Bail2019-08-091-1/+1
* Make sure the *adjusted* snapshot length is the same for all IDBs.Guy Harris2019-08-041-0/+29
* Update a few more references to WinPcap to mention Npcap as well.Guy Harris2019-06-241-2/+2
* Read the magic number into a byte array.Guy Harris2019-06-121-4/+4
* Fixed number of elements returnedTymoteusz Blazejczyk2019-06-121-1/+1
* Fixed the fread call in the savefile.c fileTymoteusz Blazejczyk2019-06-121-1/+1
* Set breakloop operation for savefiles.Guy Harris2019-04-181-0/+5
* Plug a file descriptor leak.Guy Harris2019-03-071-0/+1
* Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris2018-10-161-2/+2
* Squelch more narrowing warnings.Guy Harris2018-09-121-1/+1
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-1/+1
* Add PRIsize, to use as the print format for size_t, and use it.Guy Harris2018-08-051-3/+2
* Fix the -Wunused-parameter warnings that have obvious fixesJoerg Mayer2018-03-281-4/+4
* Don't use fopen_s().Guy Harris2018-01-291-7/+9
* Rename sf-pcap-ng.[ch] to reflect that the file type is now called pcapng.Guy Harris2018-01-081-1/+1
* Use pcapng as the name of the file format.Guy Harris2018-01-081-1/+1
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-7/+8
* Handle fopen() and fopen_s() differently.Guy Harris2017-10-311-23/+7
* 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
* Support setting non-blocking mode before activating.Guy Harris2017-02-251-2/+2
* Check for null pointers supplied as file namesFrancois-Xavier Le Bail2016-09-091-1/+1
* Check for a null pointer supplied as the file name.Guy Harris2016-09-091-0/+5
* No need to include pcap/usb.h.Guy Harris2016-08-181-1/+0
* Replace fopen() with fopen_s() on Windows.Yang Luo2016-07-291-0/+16
* Update variable names and comments to reflect the previous change.Guy Harris2016-06-041-2/+2
* Pass a pointer to the length to the OID get/set routines.Guy Harris2016-06-041-2/+2
* On Windows, do the appropriate DLL exporting and importing.Guy Harris2015-12-221-0/+17
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-19/+19
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-09-221-1/+1