aboutsummaryrefslogtreecommitdiff
path: root/savefile.c
AgeCommit message (Expand)Author
2022-12-21Fix some comments. [skip ci]Guy Harris
2022-12-21Fix two null pointer crashes of breakloop and can_set_rfmonhopper-vul
2022-02-20Make sure no read routine process more than INT_MAX packets.Guy Harris
2022-02-20Use PACKET_COUNT_IS_UNLIMITED() in pcap_offline_read().Guy Harris
2022-02-20Fix pcap_offline_read() loop.Guy Harris
2022-02-20Fix pcap_dispatch() to return number of packets processed even at EOF.Guy Harris
2022-02-20Squelch a warning in pcap_open_offline_with_tstamp_precision().Denis Ovsienko
2020-07-03OK, see if *this* fixes the link error.Guy Harris
2020-07-03See if this fixes the link error.Guy Harris
2020-07-02Another test to try to get assigning-away-constness warnings.Guy Harris
2020-06-17Remove some trailing tabsFrancois-Xavier Le Bail
2020-04-11Get rid of unused charset_fopen_read().Guy Harris
2020-04-11Add support for UTF-8 strings on Windows.Guy Harris
2019-11-05Fix another warning.Guy Harris
2019-11-05Squelch another warning.Guy Harris
2019-11-05Make sure BUILDING_PCAP is getting defined.Guy Harris
2019-11-05Squelch some warnings that popped up on MinGW.Guy Harris
2019-10-03Fail if the pcap_fopen routines are passed a null FILE *.Guy Harris
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-06-24Update a few more references to WinPcap to mention Npcap as well.Guy Harris
2019-06-12Read the magic number into a byte array.Guy Harris
2019-06-12Fixed number of elements returnedTymoteusz Blazejczyk
2019-06-12Fixed the fread call in the savefile.c fileTymoteusz Blazejczyk
2019-04-18Set breakloop operation for savefiles.Guy Harris
2019-03-07Plug a file descriptor leak.Guy Harris
2018-10-16Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris
2018-09-12Squelch more narrowing warnings.Guy Harris
2018-08-31Clean up the declaration of the packet-filtering routines.Guy Harris
2018-08-05Add PRIsize, to use as the print format for size_t, and use it.Guy Harris
2018-03-28Fix the -Wunused-parameter warnings that have obvious fixesJoerg Mayer
2018-01-29Don't use fopen_s().Guy Harris
2018-01-08Rename sf-pcap-ng.[ch] to reflect that the file type is now called pcapng.Guy Harris
2018-01-08Use pcapng as the name of the file format.Guy Harris
2017-11-15Add a routine to format error messages with an errno-based message at the end.Guy Harris
2017-10-31Handle fopen() and fopen_s() differently.Guy Harris
2017-09-05Get rid of pcap-stdinc.h.Guy Harris
2017-09-04Put the stuff to get the sized integer types defined into pcap-types.h.Guy Harris
2017-08-18Always include <config.h> rather than "config.h".Guy Harris
2017-02-25Support setting non-blocking mode before activating.Guy Harris
2016-09-09Check for null pointers supplied as file namesFrancois-Xavier Le Bail
2016-09-09Check for a null pointer supplied as the file name.Guy Harris
2016-08-18No need to include pcap/usb.h.Guy Harris
2016-07-29Replace fopen() with fopen_s() on Windows.Yang Luo
2016-06-04Update variable names and comments to reflect the previous change.Guy Harris
2016-06-04Pass a pointer to the length to the OID get/set routines.Guy Harris
2015-12-22On Windows, do the appropriate DLL exporting and importing.Guy Harris
2015-11-03Use pcap_snprintf() instead of snprintf().Guy Harris
2015-09-22Delete trailing spaces/tabsFrancois-Xavier Le Bail