summaryrefslogtreecommitdiff
path: root/lib/libpcap/pcap-bpf.c
AgeCommit message (Collapse)Author
2006-03-26add remaining tcpdump.org libpcap 0.9 APIs, most notablyDamien Miller
pcap_setdirection() (which depends on the kernel-side bpf changes committed yesterday); ok canacar@
2006-01-16malloc fix for bpf interface array allocation (from freebsd). useReyk Floeter
calloc instead of the proposed fix with additional parentheses. ok moritz@ millert@
2006-01-11- check for malloc failureJared Yanovich
- plug some memleaks - avoid close(-1) when open() fails in pcap_open_live() sent upstream where applicable ok djm moritz
2005-11-18pull in the good bits of libpcap-0.9.4's API without the cross-platformDamien Miller
cruft. help from deraadt@, mpf@, jmc@; ok mpf@a nb. this will break tcpdump unless it updated too
2004-02-06use the kernel default for buf size. no behavior change by default.Ted Unangst
ok canacar@ mcbride@
2004-01-27remove $Header, it was messing up cvs for me. ok deraadt@Ted Unangst
2004-01-21Replace some strncpy() calls with strlcpy()Jean-Francois Brousseau
tested by jose@, ok canacar@ and otto@
2003-11-24prevent double-free; from aldo@nullcube.com; dhartmei@ okMichael Shalayeff
2000-04-26sync with libpcap v0.5Jakob Schlyter
add support for INET6 (kame)
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-07-20changes brought in from v0.4; started by brad, more by me, being tested by mtsTheo de Raadt
1998-07-14buf oflowsTheo de Raadt
1997-08-13Fix PR #299 (pcap_inject busted).dm
1996-09-16Use __inlineThorsten Lockert
1996-07-12bring it to the latest 0.2 LBL release.Michael Shalayeff
1996-06-10merge to latest libpcapTheo de Raadt
1996-03-23Use __inline, not inlineThorsten Lockert
1996-03-04Update to the latest LBL release.Michael Shalayeff
1995-11-13pcap inject function is a good idea; from scottr@edsi.org; netbsd pr#1747Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt