]> The Tcpdump Group git mirrors - libpcap/history - savefile.c
Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21
[libpcap] / savefile.c
2022-12-21  Guy HarrisFix some comments. [skip ci]
2022-12-21  hopper-vulFix two null pointer crashes of breakloop and can_set_rfmon
2022-02-20  Guy HarrisMake sure no read routine process more than INT_MAX...
2022-02-20  Guy HarrisUse PACKET_COUNT_IS_UNLIMITED() in pcap_offline_read().
2022-02-20  Guy HarrisFix pcap_offline_read() loop.
2022-02-20  Guy HarrisFix pcap_dispatch() to return number of packets process...
2022-02-20  Denis OvsienkoSquelch a warning in pcap_open_offline_with_tstamp_prec...
2020-08-28  Michael RichardsonMerge pull request #906 from Oppen/issue_898
2020-07-03  Guy HarrisOK, see if *this* fixes the link error.
2020-07-03  Guy HarrisSee if this fixes the link error.
2020-07-03  Guy HarrisAnother test to try to get assigning-away-constness...
2020-06-17  Francois-Xavier... Remove some trailing tabs
2020-04-11  Guy HarrisGet rid of unused charset_fopen_read().
2020-04-11  Guy HarrisAdd support for UTF-8 strings on Windows.
2019-11-06  Guy HarrisFix another warning.
2019-11-06  Guy HarrisSquelch another warning.
2019-11-06  Guy HarrisMake sure BUILDING_PCAP is getting defined.
2019-11-05  Guy HarrisSquelch some warnings that popped up on MinGW.
2019-10-03  Guy HarrisFail if the pcap_fopen routines are passed a null FILE *.
2019-08-15  Guy HarrisMerge pull request #833 from daemonhorn/master
2019-08-09  Guy HarrisRemove some workarounds for old compilers.
2019-08-09  Francois-Xavier... Use %zu as the print format for size_t
2019-08-05  Guy HarrisMake sure the *adjusted* snapshot length is the same...
2019-06-24  Guy HarrisUpdate a few more references to WinPcap to mention...
2019-06-12  Guy HarrisRead the magic number into a byte array.
2019-06-12  Guy HarrisMerge pull request #825 from tymonx/fix-pcap-savefile...
2019-06-12  Tymoteusz BlazejczykFixed number of elements returned 825/head
2019-06-12  Tymoteusz BlazejczykFixed the fread call in the savefile.c file
2019-04-25  Michael RichardsonMerge pull request #771 from ether42/reuseaddr
2019-04-25  Michael RichardsonMerge pull request #749 from nmap/manpage-formatting
2019-04-18  Guy HarrisSet breakloop operation for savefiles.
2019-03-08  Guy HarrisMerge pull request #806 from MadAlexUK/pcap_dump_fopen_...
2019-03-08  Guy HarrisPlug a file descriptor leak.
2019-01-07  Guy HarrisMerge branch 'master' of https://github.com/rixed/libpc...
2018-10-16  Guy HarrisProvide out own strlcpy() and strlcat() routines if...
2018-09-14  Guy HarrisMerge branch 'master' into breakloop_poll 741/head
2018-09-14  Guy HarrisMerge pull request #756 from stubbfel/patch-1
2018-09-13  Guy HarrisSquelch more narrowing warnings.
2018-09-01  Guy HarrisClean up the declaration of the packet-filtering routines.
2018-08-25  Guy HarrisMerge pull request #722 from rixed/patch-1
2018-08-05  Guy HarrisAdd PRIsize, to use as the print format for size_t...
2018-03-28  Joerg MayerFix the -Wunused-parameter warnings that have obvious...
2018-01-29  Guy HarrisDon't use fopen_s().
2018-01-09  Guy HarrisRename sf-pcap-ng.[ch] to reflect that the file type...
2018-01-09  Guy HarrisUse pcapng as the name of the file format.
2017-11-28  Guy HarrisMerge pull request #663 from sgeto/netmap
2017-11-15  Guy HarrisAdd a routine to format error messages with an errno...
2017-10-31  Guy HarrisHandle fopen() and fopen_s() differently.
2017-09-05  Guy HarrisGet rid of pcap-stdinc.h.
2017-09-04  Guy HarrisPut the stuff to get the sized integer types defined...
2017-08-24  Guy HarrisMerge pull request #595 from buytenh/pcap_protocol
2017-08-19  Guy HarrisAlways include <config.h> rather than "config.h".
2017-02-26  Guy HarrisSupport setting non-blocking mode before activating.
2017-01-17  Guy HarrisMerge pull request #429 from msekletar/bpf-userland...
2016-12-13  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2016-09-09  Francois-Xavier... Check for null pointers supplied as file names
2016-09-09  Guy HarrisCheck for a null pointer supplied as the file name.
2016-08-18  Guy HarrisNo need to include pcap/usb.h.
2016-07-29  Guy HarrisMerge pull request #513 from hsluoyz/master
2016-07-29  Yang LuoReplace fopen() with fopen_s() on Windows.
2016-06-24  Yang LuoMerge remote-tracking branch 'the-tcpdump-group/master' 498/head
2016-06-04  Guy HarrisUpdate variable names and comments to reflect the previ...
2016-06-04  Guy HarrisPass a pointer to the length to the OID get/set routines.
2015-12-27  Guy HarrisMerge pull request #471 from blazeable/module-def
2015-12-22  Guy HarrisOn Windows, do the appropriate DLL exporting and importing.
2015-11-25  Christopher K LeeMerge branch 'master' of https://github.com/the-tcpdump...
2015-11-03  Guy HarrisUse pcap_snprintf() instead of snprintf().
2015-09-27  Guy HarrisMerge branch 'aix-large-files' of https://github.com...
2015-09-22  Francois-Xavier... Delete trailing spaces/tabs
2015-09-14  Guy HarrisHave better APIs for the OID get/set request calls.
2015-09-03  Guy HarrisAdd the remaining WinPcap-only ops to the ops vector.
2015-08-31  Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-03-08  Francois-Xavier... Delete trailing spaces/tabs
2015-02-15  Michael RichardsonMerge pull request #372 from baruchsiach/config-fixes
2015-02-15  Michael RichardsonMerge branch 'add_with-libnl_switch' of https://github...
2015-02-15  Michael RichardsonMerge pull request #360 from bonsaiviking/scanner-lex-top
2015-02-15  Michael RichardsonMerge pull request #358 from bonsaiviking/config-packet...
2015-02-15  Michael RichardsonMerge pull request #346 from atzm/linux-vlan-tpid
2015-02-15  Michael Richardsonissue: https://github.com/the-tcpdump-group/libpcap...
2015-01-26  Guy HarrisMerge pull request #378 from sfd/master
2014-11-13  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-11-12  Guy HarrisMerge pull request #375 from myri/master
2014-11-05  Guy HarrisMove the socket ops out of gencode.c.
2014-01-03  Denis Ovsienkoremove libpcap's own CVS keywords
2013-07-15  Guy HarrisFix crashing bug with pcap_next{_ex}() and savefiles.
2013-07-01  Guy HarrisFix handling of time stamps in pcap-ng files.
2013-07-01  Guy HarrisReplace the _nsectime routines with _with_tstamp_precis...
2013-07-01  Guy HarrisMerge branch 'timestamps' of https://github.com/mseklet...
2013-06-25  Michal SekletarIntroduce pcap_open_offline_nsectime and pcap_open_dead... 303/head
2013-05-13  Guy HarrisMerge remote-tracking branch 'libpcap/master'
2013-05-06  Guy HarrisMove platform-dependent pcap_t data out of the pcap_t...
2012-06-14  Michael RichardsonMerge pull request #7 from sfd/aa0d1466731bae42b5f84dd0...
2011-12-01  Guy HarrisPass the right packet data pointer to bpf_filter().
2011-02-28  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2010-08-16  Stephen DonnellyMerge commit 'upstream/master'
2010-05-29  Guy HarrisReject attempts to put savefiles into non-blocking...
2010-04-16  nvercammFree any filter set on a savefile when the savefile...
2010-01-10  Guy HarrisAdd limited support for reading pcap-ng files.
2010-01-04  Guy HarrisAdd DLT_IPV4 and DLT_IPV6.
2009-11-25  Darren ReedTo compile libpcap on OpenSolaris (or Solaris Express...
next