Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFV r276759: libpcap 1.6.2. | delphij | 2015-01-06 | 1 | -5/+19 |
| | | | | MFC after: 1 month | ||||
* | Add netmap support to libpcap. Tcpdump and other native pcap application can now | luigi | 2014-10-06 | 1 | -0/+3 |
| | | | | | | | | | | | | | | run directly on netmap ports using netmap:foo or valeXX:YY device names. Modifications to existing code are small and trivial, the netmap-specific code is all in a new file. Please be aware that in netmap mode the physical interface is disconnected from the host stack, so libpcap will steal the traffic not just make a copy. For the full version of the code (including linux and autotools support) see https://code.google.com/p/netmap-libpcap/ MFC after: 3 days | ||||
* | MFV: libpcap 1.4.0. | delphij | 2013-05-30 | 1 | -4/+16 |
| | | | | MFC after: 4 weeks | ||||
* | MFV: libpcap 1.3.0. | delphij | 2012-10-05 | 1 | -1/+7 |
| | | | | MFC after: 4 weeks | ||||
* | Merge from vendor branch: update libpcap to 1.2.1. | delphij | 2012-05-14 | 1 | -2/+32 |
| | | | | MFC after: 2 weeks | ||||
* | Regenerate our lib/libpcap/config.h for libpcap 1.1.1. | dim | 2010-10-29 | 1 | -26/+56 |
| | |||||
* | Support files for new libpcap 1.0.0. | rpaulo | 2009-03-21 | 1 | -0/+51 |
| | | | | Includes a shlib bump. | ||||
* | Change bpf(4) to use the cdevpriv API. | ed | 2008-08-13 | 1 | -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 import | mlaier | 2007-10-16 | 1 | -2/+24 |
| | |||||
* | update for import of v0.9.1-096 | sam | 2005-05-29 | 1 | -61/+125 |
| | |||||
* | NOINET6 -> NO_INET6 | ru | 2004-12-21 | 1 | -1/+1 |
| | |||||
* | Update for libpcap 0.7.1 | fenner | 2002-06-21 | 1 | -6/+23 |
| | |||||
* | Update for libpcap 0.6.2 | fenner | 2001-04-03 | 1 | -0/+100 |