summaryrefslogtreecommitdiffstats
path: root/lib/libpcap/pcap-bpf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested bynatano2016-05-081-3/+3
* Move to /dev/bpf; ok lteonatano2016-05-031-60/+11
* remove NULL-checks before free()mmcc2015-12-221-4/+4
* Remove register keyword.mmcc2015-11-171-3/+3
* remove the #if bsdi path from here as welljsg2015-10-011-22/+1
* fix libpcap for ifmedia64stsp2015-09-111-3/+3
* Teach monitor_mode() that the return code for unknown ioctl requests wassthen2015-02-151-1/+2
* Rename pcap_create()'s ebuf argument to errbuf to match the rest of thelteo2015-01-161-4/+4
* Remove pointless casts for several malloc/calloc/free calls. No objectlteo2015-01-161-4/+4
* Fix a use after free, where the already freed p->opt.source was used bylteo2015-01-161-3/+2
* use reallocarray(); ok lteoderaadt2014-10-161-5/+5
* Change a few malloc+memset calls to calloc.lteo2014-03-141-3/+2
* timeb.h has not been used foreverderaadt2013-12-031-2/+1
* Import a number of core functions from libpcap-1.2.0 while preservinglteo2012-05-251-75/+702
* add remaining tcpdump.org libpcap 0.9 APIs, most notablydjm2006-03-261-2/+36
* malloc fix for bpf interface array allocation (from freebsd). usereyk2006-01-161-3/+2
* - check for malloc failurejaredy2006-01-111-5/+6
* pull in the good bits of libpcap-0.9.4's API without the cross-platformdjm2005-11-181-2/+111
* use the kernel default for buf size. no behavior change by default.tedu2004-02-061-1/+4
* remove $Header, it was messing up cvs for me. ok deraadt@tedu2004-01-271-5/+1
* Replace some strncpy() calls with strlcpy()jfb2004-01-211-3/+3
* prevent double-free; from aldo@nullcube.com; dhartmei@ okmickey2003-11-241-7/+16
* sync with libpcap v0.5jakob2000-04-261-3/+12
* More <sys/file.h> vs. <fcntl.h> and open() flags fixes.millert1999-08-171-3/+3
* changes brought in from v0.4; started by brad, more by me, being tested by mtsderaadt1999-07-201-8/+28
* buf oflowsderaadt1998-07-141-16/+27
* Fix PR #299 (pcap_inject busted).dm1997-08-131-2/+4
* Use __inlinetholo1996-09-161-2/+2
* bring it to the latest 0.2 LBL release.mickey1996-07-121-16/+21
* merge to latest libpcapderaadt1996-06-101-1/+1
* Use __inline, not inlinetholo1996-03-231-2/+2
* Update to the latest LBL release.mickey1996-03-041-0/+1
* pcap inject function is a good idea; from scottr@edsi.org; netbsd pr#1747deraadt1995-11-131-0/+6
* initial import of NetBSD treederaadt1995-10-181-0/+238