| Commit message (Expand) | Author | Age | Files | Lines |
* | Use pcapng as the name of the file format. | Guy Harris | 2018-01-08 | 1 | -1/+1 |
* | Add a routine to format error messages with an errno-based message at the end. | Guy Harris | 2017-11-15 | 1 | -7/+8 |
* | Handle fopen() and fopen_s() differently. | Guy Harris | 2017-10-31 | 1 | -23/+7 |
* | Get rid of pcap-stdinc.h. | Guy Harris | 2017-09-05 | 1 | -1/+2 |
* | Put the stuff to get the sized integer types defined into pcap-types.h. | Guy Harris | 2017-09-04 | 1 | -10/+1 |
* | Always include <config.h> rather than "config.h". | Guy Harris | 2017-08-18 | 1 | -1/+1 |
* | Support setting non-blocking mode before activating. | Guy Harris | 2017-02-25 | 1 | -2/+2 |
* | Check for null pointers supplied as file names | Francois-Xavier Le Bail | 2016-09-09 | 1 | -1/+1 |
* | Check for a null pointer supplied as the file name. | Guy Harris | 2016-09-09 | 1 | -0/+5 |
* | No need to include pcap/usb.h. | Guy Harris | 2016-08-18 | 1 | -1/+0 |
* | Replace fopen() with fopen_s() on Windows. | Yang Luo | 2016-07-29 | 1 | -0/+16 |
* | Update variable names and comments to reflect the previous change. | Guy Harris | 2016-06-04 | 1 | -2/+2 |
* | Pass a pointer to the length to the OID get/set routines. | Guy Harris | 2016-06-04 | 1 | -2/+2 |
* | On Windows, do the appropriate DLL exporting and importing. | Guy Harris | 2015-12-22 | 1 | -0/+17 |
* | Use pcap_snprintf() instead of snprintf(). | Guy Harris | 2015-11-03 | 1 | -19/+19 |
* | Delete trailing spaces/tabs | Francois-Xavier Le Bail | 2015-09-22 | 1 | -1/+1 |
* | Have better APIs for the OID get/set request calls. | Guy Harris | 2015-09-13 | 1 | -2/+4 |
* | Add the remaining WinPcap-only ops to the ops vector. | Guy Harris | 2015-09-03 | 1 | -0/+79 |
* | The official #define for 32-bit and 64-bit Windows is _WIN32. | Guy Harris | 2015-08-31 | 1 | -12/+12 |
* | Delete trailing spaces/tabs | Francois-Xavier Le Bail | 2015-03-08 | 1 | -2/+2 |
* | Move the socket ops out of gencode.c. | Guy Harris | 2014-11-05 | 1 | -0/+5 |
* | remove libpcap's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -5/+0 |
* | Fix crashing bug with pcap_next{_ex}() and savefiles. | Guy Harris | 2013-07-15 | 1 | -0/+7 |
* | Fix handling of time stamps in pcap-ng files. | Guy Harris | 2013-07-01 | 1 | -2/+1 |
* | Replace the _nsectime routines with _with_tstamp_precision routines. | Guy Harris | 2013-07-01 | 1 | -158/+51 |
* | Introduce pcap_open_offline_nsectime and pcap_open_dead_nsectime | Michal Sekletar | 2013-06-25 | 1 | -33/+167 |
* | Move platform-dependent pcap_t data out of the pcap_t structure. | Guy Harris | 2013-05-06 | 1 | -26/+15 |
* | Pass the right packet data pointer to bpf_filter(). | Guy Harris | 2011-11-30 | 1 | -1/+1 |
* | Reject attempts to put savefiles into non-blocking mode. | Guy Harris | 2010-05-28 | 1 | -3/+9 |
* | Free any filter set on a savefile when the savefile is closed. | nvercamm | 2010-04-16 | 1 | -0/+1 |
* | Add limited support for reading pcap-ng files. | Guy Harris | 2010-01-09 | 1 | -1613/+52 |
* | Add DLT_IPV4 and DLT_IPV6. | Guy Harris | 2010-01-04 | 1 | -3/+9 |
* | To compile libpcap on OpenSolaris (or Solaris Express Community Edition) | Darren Reed | 2009-11-24 | 1 | -0/+5 |
* | Add DLT_CAN_SOCKETCAN, for capturing on the Controller Area Network with | Guy Harris | 2009-10-11 | 1 | -0/+12 |
* | No, that's not an issue - it'll be a strdup() in any case, and safe to | Guy Harris | 2009-08-11 | 1 | -1/+1 |
* | When using pcap_create_common() in pcap_fopen_offline(), leave | Guy Harris | 2009-08-11 | 1 | -1/+1 |
* | From Dustin Spicuzza: use pcap_create_common() to allocate the pcap_t in | Guy Harris | 2009-08-11 | 1 | -6/+2 |
* | Note that what follows the ipnet pseudo-header is an IPv4 or IPv6 | Guy Harris | 2009-07-27 | 1 | -0/+3 |
* | DLT for Solaris ipnet, requested by Darren Reed. | Guy Harris | 2009-07-27 | 1 | -0/+48 |
* | Add another Fibre Channel link-layer type value; this one is for frames | Guy Harris | 2009-07-23 | 1 | -1/+18 |
* | Check for the intN_t and u_intN_t types the same way we do for tcpdump; | Guy Harris | 2009-07-08 | 1 | -0/+14 |
* | Add a link-layer type value for Fibre Channel FC-2 frames, as requested | Guy Harris | 2009-07-03 | 1 | -1/+10 |
* | Add a link-layer type value for Wireless HART. | Guy Harris | 2009-06-26 | 1 | -0/+12 |
* | From Markus Mayer: fix error message for link-layer types not supported | Guy (Core OS) Harris | 2009-06-09 | 1 | -2/+2 |
* | Reject an attempt to pass an inactivated pcap_t to pcap_dump_open(), as | Guy Harris | 2009-05-13 | 1 | -0/+10 |
* | Add LINKTYPE_AOS, corresponding to DLT_AOS. | Guy Harris | 2009-05-12 | 1 | -0/+14 |
* | Add a linktype for DECT packets, requested by Matthias Wenzel. | Guy Harris | 2009-04-19 | 1 | -0/+9 |
* | From Yvan Vanhullebus: add missing mapping for DLT_ENC <-> LINKTYPE_ENC. | Guy Harris | 2009-04-18 | 1 | -0/+3 |
* | Update CHANGES for USB fixes. | guy | 2008-12-23 | 1 | -6/+6 |
* | From Jon Smirl: | guy | 2008-12-23 | 1 | -10/+20 |