summaryrefslogtreecommitdiffstats
path: root/lib/libpcap/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Change bpf(4) to use the cdevpriv API.ed2008-08-131-1/+1
| | | | | | | | | | | | | | | | | | Right now the bpf(4) driver uses the cloning API to generate /dev/bpf%u. When an application such as tcpdump needs a BPF, it opens /dev/bpf0, /dev/bpf1, etc. until it opens the first available device node. We used this approach, because our devfs implementation didn't allow per-descriptor data. Now that we can, make it use devfs_get_cdevpriv() to obtain the private data. To remain compatible with the existing implementation, add a symlink from /dev/bpf0 to /dev/bpf. I've already changed libpcap to compile with HAVE_CLONING_BPF, which makes it use /dev/bpf. There may be other applications in the base system (dhclient) that use the loop to obtain a valid bpf. Discussed on: src-committers Approved by: csjp
* Update for libpcap 0.9.8 importmlaier2007-10-161-2/+24
|
* update for import of v0.9.1-096sam2005-05-291-61/+125
|
* NOINET6 -> NO_INET6ru2004-12-211-1/+1
|
* Update for libpcap 0.7.1fenner2002-06-211-6/+23
|
* Update for libpcap 0.6.2fenner2001-04-031-0/+100
OpenPOWER on IntegriCloud