summaryrefslogtreecommitdiff
path: root/savefile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Have better APIs for the OID get/set request calls.Guy Harris2015-09-131-2/+4
* Add the remaining WinPcap-only ops to the ops vector.Guy Harris2015-09-031-0/+79
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-08-311-12/+12
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-2/+2
* Move the socket ops out of gencode.c.Guy Harris2014-11-051-0/+5
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Fix crashing bug with pcap_next{_ex}() and savefiles.Guy Harris2013-07-151-0/+7
* Fix handling of time stamps in pcap-ng files.Guy Harris2013-07-011-2/+1
* Replace the _nsectime routines with _with_tstamp_precision routines.Guy Harris2013-07-011-158/+51
* Introduce pcap_open_offline_nsectime and pcap_open_dead_nsectimeMichal Sekletar2013-06-251-33/+167
* Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris2013-05-061-26/+15
* Pass the right packet data pointer to bpf_filter().Guy Harris2011-11-301-1/+1
* Reject attempts to put savefiles into non-blocking mode.Guy Harris2010-05-281-3/+9
* Free any filter set on a savefile when the savefile is closed.nvercamm2010-04-161-0/+1
* Add limited support for reading pcap-ng files.Guy Harris2010-01-091-1613/+52
* Add DLT_IPV4 and DLT_IPV6.Guy Harris2010-01-041-3/+9
* To compile libpcap on OpenSolaris (or Solaris Express Community Edition)Darren Reed2009-11-241-0/+5
* Add DLT_CAN_SOCKETCAN, for capturing on the Controller Area Network withGuy Harris2009-10-111-0/+12
* No, that's not an issue - it'll be a strdup() in any case, and safe toGuy Harris2009-08-111-1/+1
* When using pcap_create_common() in pcap_fopen_offline(), leaveGuy Harris2009-08-111-1/+1
* From Dustin Spicuzza: use pcap_create_common() to allocate the pcap_t inGuy Harris2009-08-111-6/+2
* Note that what follows the ipnet pseudo-header is an IPv4 or IPv6Guy Harris2009-07-271-0/+3
* DLT for Solaris ipnet, requested by Darren Reed.Guy Harris2009-07-271-0/+48
* Add another Fibre Channel link-layer type value; this one is for framesGuy Harris2009-07-231-1/+18
* Check for the intN_t and u_intN_t types the same way we do for tcpdump;Guy Harris2009-07-081-0/+14
* Add a link-layer type value for Fibre Channel FC-2 frames, as requestedGuy Harris2009-07-031-1/+10
* Add a link-layer type value for Wireless HART.Guy Harris2009-06-261-0/+12
* From Markus Mayer: fix error message for link-layer types not supportedGuy (Core OS) Harris2009-06-091-2/+2
* Reject an attempt to pass an inactivated pcap_t to pcap_dump_open(), asGuy Harris2009-05-131-0/+10
* Add LINKTYPE_AOS, corresponding to DLT_AOS.Guy Harris2009-05-121-0/+14
* Add a linktype for DECT packets, requested by Matthias Wenzel.Guy Harris2009-04-191-0/+9
* From Yvan Vanhullebus: add missing mapping for DLT_ENC <-> LINKTYPE_ENC.Guy Harris2009-04-181-0/+3
* Update CHANGES for USB fixes.guy2008-12-231-6/+6
* From Jon Smirl:guy2008-12-231-10/+20
* New DLT_MPLS link-layer type, for MPLS packets with an MPLS label as theguy2008-12-211-1/+11
* Link-layer types for GSM Um and Abis interfaces.guy2008-11-271-1/+13