summaryrefslogtreecommitdiff
path: root/pcap-null.c
Commit message (Expand)AuthorAgeFilesLines
* Squelch compiler warnings.Guy Harris2019-03-111-1/+1
* Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris2018-10-161-2/+2
* Pass the "get additional flags" function to the findalldevs helpers.Guy Harris2018-04-301-9/+0
* Fix function signatures.Guy Harris2018-04-291-4/+2
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-0/+11
* No need to generate version.c or pcap_version.h.Guy Harris2017-10-031-2/+0
* It's pcap_lookupnet(), not pcap_lookupdev(), that we need on Windows.Guy Harris2017-09-071-3/+4
* Provide a no-op pcap_lookupdev() on Windows.Guy Harris2017-09-071-0/+9
* Remove some unnecessary includes.Guy Harris2017-09-061-6/+0
* Push pcap_lib_version() into the pcap-XXX.c files.Guy Harris2017-09-061-3/+5
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* Allow a platform to add information to the version string.Guy Harris2017-05-161-0/+9
* Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris2017-01-181-2/+1
* pcap_create_interface() needs the interface name on Linux.Guy Harris2016-06-301-1/+1
* Don't have pcap_create_common() set opt.device.Guy Harris2016-06-301-1/+1
* Have pcap_platform_finddevs() do all the "find local interfaces" work.Guy Harris2016-06-261-0/+4
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-4/+0
* Have non-interface modules take responsibility for identifying their devices.Guy Harris2012-06-111-1/+1
* Update to the new style, wherein each capture type has its ownGuy Harris2009-02-141-2/+2
* From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy2008-04-041-4/+3
* Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy2003-11-151-2/+2
* Add a "read" function pointer to the pcap_t structure, which handlesguy2003-07-251-8/+1
* Add a "set_datalink" function pointer to the pcap_t structure, whichhandlesguy2003-07-251-7/+1
* Add a "setfilter" function pointer to the pcap_t structure, whichguy2003-07-251-14/+1
* Add a "stats" function pointer to the pcap_t structure, which handlesguy2003-07-251-8/+1
* From Yoann Vandoorselaere <yoann@prelude-ids.org>: make the "device"guy2002-12-221-2/+3
* NetBSD support for multiple data link types on an interface, from Davidguy2002-12-191-1/+7
* Add SunATM support, based on code from Yen Yen Lim at North Dakota Stateguy2002-07-111-1/+7
* When attaching a "bpf_program" to a "pcap_t" to use as a userlandguy2000-10-281-2/+3
* add config.h, remove gnuc.h. remove __deadassar2000-07-111-2/+5
* remove some empty linesassar2000-06-261-5/+1
* s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (fatal typo)itojun2000-04-271-2/+2
* nuke strcpy()itojun2000-04-271-2/+2
* do not use sprintf(). always use snprintf().itojun2000-04-271-4/+5
* Initial revisionmcr1999-10-071-0/+73