| Commit message (Expand) | Author | Age | Files | Lines |
* | Squelch compiler warnings. | Guy Harris | 2019-03-11 | 1 | -1/+1 |
* | Provide out own strlcpy() and strlcat() routines if necessary. | Guy Harris | 2018-10-16 | 1 | -2/+2 |
* | Pass the "get additional flags" function to the findalldevs helpers. | Guy Harris | 2018-04-30 | 1 | -9/+0 |
* | Fix function signatures. | Guy Harris | 2018-04-29 | 1 | -4/+2 |
* | Add more interface flags to pcap_findalldevs(). | Guy Harris | 2018-04-29 | 1 | -0/+11 |
* | No need to generate version.c or pcap_version.h. | Guy Harris | 2017-10-03 | 1 | -2/+0 |
* | It's pcap_lookupnet(), not pcap_lookupdev(), that we need on Windows. | Guy Harris | 2017-09-07 | 1 | -3/+4 |
* | Provide a no-op pcap_lookupdev() on Windows. | Guy Harris | 2017-09-07 | 1 | -0/+9 |
* | Remove some unnecessary includes. | Guy Harris | 2017-09-06 | 1 | -6/+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 |
* | 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/+1 |
* | 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 | -1/+1 |
* | Have pcap_platform_finddevs() do all the "find local interfaces" work. | Guy Harris | 2016-06-26 | 1 | -0/+4 |
* | remove libpcap's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -4/+0 |
* | Have non-interface modules take responsibility for identifying their devices. | Guy Harris | 2012-06-11 | 1 | -1/+1 |
* | Update to the new style, wherein each capture type has its own | Guy Harris | 2009-02-14 | 1 | -2/+2 |
* | From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_t | guy | 2008-04-04 | 1 | -4/+3 |
* | Add _U_ to "rcsid[]" definitions, to eliminate "unused variable" | guy | 2003-11-15 | 1 | -2/+2 |
* | Add a "read" function pointer to the pcap_t structure, which handles | guy | 2003-07-25 | 1 | -8/+1 |
* | Add a "set_datalink" function pointer to the pcap_t structure, whichhandles | guy | 2003-07-25 | 1 | -7/+1 |
* | Add a "setfilter" function pointer to the pcap_t structure, which | guy | 2003-07-25 | 1 | -14/+1 |
* | Add a "stats" function pointer to the pcap_t structure, which handles | guy | 2003-07-25 | 1 | -8/+1 |
* | 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 |
* | Add SunATM support, based on code from Yen Yen Lim at North Dakota State | guy | 2002-07-11 | 1 | -1/+7 |
* | When attaching a "bpf_program" to a "pcap_t" to use as a userland | guy | 2000-10-28 | 1 | -2/+3 |
* | add config.h, remove gnuc.h. remove __dead | assar | 2000-07-11 | 1 | -2/+5 |
* | remove some empty lines | assar | 2000-06-26 | 1 | -5/+1 |
* | s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo) | itojun | 2000-04-27 | 1 | -2/+2 |
* | nuke strcpy() | itojun | 2000-04-27 | 1 | -2/+2 |
* | do not use sprintf(). always use snprintf(). | itojun | 2000-04-27 | 1 | -4/+5 |
* | Initial revision | mcr | 1999-10-07 | 1 | -0/+73 |