| Commit message (Expand) | Author | Age | Files | Lines |
* | Squelch more narrowing warnings. | Guy Harris | 2018-09-12 | 1 | -1/+1 |
* | Clean up the declaration of the packet-filtering routines. | Guy Harris | 2018-08-31 | 1 | -1/+1 |
* | Pass the "get additional flags" function to the findalldevs helpers. | Guy Harris | 2018-04-30 | 1 | -2/+3 |
* | Fix function signatures. | Guy Harris | 2018-04-29 | 1 | -1/+1 |
* | Add more interface flags to pcap_findalldevs(). | Guy Harris | 2018-04-29 | 1 | -0/+11 |
* | Add a routine to format error messages with an errno-based message at the end. | Guy Harris | 2017-11-15 | 1 | -20/+20 |
* | No need to generate version.c or pcap_version.h. | Guy Harris | 2017-10-03 | 1 | -2/+0 |
* | Push pcap_lib_version() into the pcap-XXX.c files. | Guy Harris | 2017-09-06 | 1 | -3/+5 |
* | Always include <config.h> rather than "config.h". | Guy Harris | 2017-08-18 | 1 | -1/+1 |
* | Make the checks and adjustment of the snapshot length module-dependent. | Guy Harris | 2017-06-01 | 1 | -0/+11 |
* | Allow a platform to add information to the version string. | Guy Harris | 2017-05-16 | 1 | -0/+9 |
* | Have a pcap_if_list_t structure for use by the findalldevs code. | Guy Harris | 2017-01-18 | 1 | -2/+2 |
* | pcap_create_interface() needs the interface name on Linux. | Guy Harris | 2016-06-30 | 1 | -1/+1 |
* | Don't have pcap_create_common() set opt.device. | Guy Harris | 2016-06-30 | 1 | -2/+2 |
* | Rename opt.source to opt.device. | Guy Harris | 2016-06-29 | 1 | -21/+21 |
* | Let the platform decide how to check capturable interfaces. | Guy Harris | 2016-06-28 | 1 | -1/+18 |
* | Have pcap_platform_finddevs() do all the "find local interfaces" work. | Guy Harris | 2016-06-26 | 1 | -1/+1 |
* | Use pcap_snprintf() instead of snprintf(). | Guy Harris | 2015-11-03 | 1 | -11/+11 |
* | Make the buffer member of a pcap_t a void *. | Guy Harris | 2015-08-09 | 1 | -1/+1 |
* | Delete trailing spaces/tabs | Francois-Xavier Le Bail | 2015-03-08 | 1 | -2/+2 |
* | remove libpcap's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -4/+0 |
* | Rename the "private" member of a pcap_t to avoid C++ issues. | Guy Harris | 2013-08-07 | 1 | -2/+2 |
* | Move platform-dependent pcap_t data out of the pcap_t structure. | Guy Harris | 2013-05-06 | 1 | -4/+13 |
* | Have non-interface modules take responsibility for identifying their devices. | Guy Harris | 2012-06-11 | 1 | -1/+1 |
* | If an activate routine fails, it needs to clean up the pcap_t, close | Guy Harris | 2009-09-21 | 1 | -0/+1 |
* | From Albert Chin: fix a cut-and-pasteo. | guy | 2008-12-02 | 1 | -3/+3 |
* | Turn close_op into cleanup_op; the routine that handles it can also be | guy | 2008-04-14 | 1 | -11/+10 |
* | For Linux non-mmapped captures, Linux bluetooth captures, and Irix | guy | 2008-04-07 | 1 | -2/+5 |
* | From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_t | guy | 2008-04-04 | 1 | -53/+58 |
* | From Pawel Pokrywka: add support for requesting that only received | guy | 2005-05-03 | 1 | -1/+2 |
* | Add a "pcap_close_common()" routine which can be used as the close | guy | 2004-10-19 | 1 | -11/+2 |
* | From Brian Ginsbach: | guy | 2004-04-07 | 1 | -3/+15 |
* | Add support for sending packets; includes contributions from Mark | guy | 2004-03-23 | 1 | -1/+18 |
* | Fix cut-and-pasteos; thanks to Darren Reed for finding them. | guy | 2004-03-21 | 1 | -7/+7 |
* | For devices that we have some reason to believe are real live Ethernet | guy | 2003-12-18 | 1 | -1/+35 |
* | Add a "pcap_get_selectable_fd()" API to get an FD on which you can do a | guy | 2003-11-21 | 1 | -1/+6 |
* | Add "getnonblock" and "setnonblock" operations, and set the function | guy | 2003-11-20 | 1 | -1/+3 |
* | Add _U_ to "rcsid[]" definitions, to eliminate "unused variable" | guy | 2003-11-15 | 1 | -2/+2 |
* | From Brian Ginsbach <ginsbach@cray.com>: | guy | 2003-11-12 | 1 | -2/+19 |
* | Add a "pcap_breakloop()" API to break out of the loop in | guy | 2003-11-04 | 1 | -2/+14 |
* | Add a "read" function pointer to the pcap_t structure, which handles | guy | 2003-07-25 | 1 | -3/+4 |
* | Add a "set_datalink" function pointer to the pcap_t structure, whichhandles | guy | 2003-07-25 | 1 | -7/+2 |
* | Add a "setfilter" function pointer to the pcap_t structure, which | guy | 2003-07-25 | 1 | -10/+2 |
* | Add a "stats" function pointer to the pcap_t structure, which handles | guy | 2003-07-25 | 1 | -3/+4 |
* | Add a "close" function pointer to the pcap_t structure, which handles | guy | 2003-07-25 | 1 | -1/+12 |
* | From Yoann Vandoorselaere <yoann@prelude-ids.org>: make the "device" | guy | 2002-12-22 | 1 | -2/+3 |
* | NetBSD support for multiple data link types on an interface, from David | guy | 2002-12-19 | 1 | -1/+7 |
* | It appears that SIOCGIFMTU returns the MTU in the sense of "maximum | guy | 2002-07-30 | 1 | -3/+3 |
* | Add SunATM support, based on code from Yen Yen Lim at North Dakota State | guy | 2002-07-11 | 1 | -1/+7 |
* | Handle 64-bit mode in IRIX, where "snoop_timestamp" in a "struct | guy | 2002-03-08 | 1 | -2/+3 |