index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libpcap
/
pcap-bpf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested by
natano
2016-05-08
1
-3
/
+3
*
Move to /dev/bpf; ok lteo
natano
2016-05-03
1
-60
/
+11
*
remove NULL-checks before free()
mmcc
2015-12-22
1
-4
/
+4
*
Remove register keyword.
mmcc
2015-11-17
1
-3
/
+3
*
remove the #if bsdi path from here as well
jsg
2015-10-01
1
-22
/
+1
*
fix libpcap for ifmedia64
stsp
2015-09-11
1
-3
/
+3
*
Teach monitor_mode() that the return code for unknown ioctl requests was
sthen
2015-02-15
1
-1
/
+2
*
Rename pcap_create()'s ebuf argument to errbuf to match the rest of the
lteo
2015-01-16
1
-4
/
+4
*
Remove pointless casts for several malloc/calloc/free calls. No object
lteo
2015-01-16
1
-4
/
+4
*
Fix a use after free, where the already freed p->opt.source was used by
lteo
2015-01-16
1
-3
/
+2
*
use reallocarray(); ok lteo
deraadt
2014-10-16
1
-5
/
+5
*
Change a few malloc+memset calls to calloc.
lteo
2014-03-14
1
-3
/
+2
*
timeb.h has not been used forever
deraadt
2013-12-03
1
-2
/
+1
*
Import a number of core functions from libpcap-1.2.0 while preserving
lteo
2012-05-25
1
-75
/
+702
*
add remaining tcpdump.org libpcap 0.9 APIs, most notably
djm
2006-03-26
1
-2
/
+36
*
malloc fix for bpf interface array allocation (from freebsd). use
reyk
2006-01-16
1
-3
/
+2
*
- check for malloc failure
jaredy
2006-01-11
1
-5
/
+6
*
pull in the good bits of libpcap-0.9.4's API without the cross-platform
djm
2005-11-18
1
-2
/
+111
*
use the kernel default for buf size. no behavior change by default.
tedu
2004-02-06
1
-1
/
+4
*
remove $Header, it was messing up cvs for me. ok deraadt@
tedu
2004-01-27
1
-5
/
+1
*
Replace some strncpy() calls with strlcpy()
jfb
2004-01-21
1
-3
/
+3
*
prevent double-free; from aldo@nullcube.com; dhartmei@ ok
mickey
2003-11-24
1
-7
/
+16
*
sync with libpcap v0.5
jakob
2000-04-26
1
-3
/
+12
*
More <sys/file.h> vs. <fcntl.h> and open() flags fixes.
millert
1999-08-17
1
-3
/
+3
*
changes brought in from v0.4; started by brad, more by me, being tested by mts
deraadt
1999-07-20
1
-8
/
+28
*
buf oflows
deraadt
1998-07-14
1
-16
/
+27
*
Fix PR #299 (pcap_inject busted).
dm
1997-08-13
1
-2
/
+4
*
Use __inline
tholo
1996-09-16
1
-2
/
+2
*
bring it to the latest 0.2 LBL release.
mickey
1996-07-12
1
-16
/
+21
*
merge to latest libpcap
deraadt
1996-06-10
1
-1
/
+1
*
Use __inline, not inline
tholo
1996-03-23
1
-2
/
+2
*
Update to the latest LBL release.
mickey
1996-03-04
1
-0
/
+1
*
pcap inject function is a good idea; from scottr@edsi.org; netbsd pr#1747
deraadt
1995-11-13
1
-0
/
+6
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+238