| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert revision 199201 for now as it has introduced a kernel vulnerability | delphij | 2009-11-12 | 1 | -12/+4 |
* | Add interface description capability as inspired by OpenBSD. | delphij | 2009-11-11 | 1 | -4/+12 |
* | Revert previous commit that commented out some bpf functions. | rpaulo | 2009-04-11 | 5 | -9/+9 |
* | Restore local change to include <sys/bpf.h> inside pcap.h. This fixes | rpaulo | 2009-04-02 | 2 | -6/+2 |
* | Remove a dangling extern "C" declaration that was missed during the | rpaulo | 2009-03-31 | 1 | -4/+0 |
* | Fixed indentation for LINKTYPE_ENC | vanhu | 2009-03-24 | 1 | -1/+1 |
* | bpf_filter() and bpf_validate() can't live here if they already live in | rpaulo | 2009-03-22 | 1 | -2/+2 |
* | Remove remaining references to BIOCSETBUFMODE ifdefs. We now have | rpaulo | 2009-03-21 | 1 | -7/+0 |
* | Finish merge of zerocopy bpf. | rpaulo | 2009-03-21 | 1 | -156/+0 |
* | Merge libpcap 1.0.0. | rpaulo | 2009-03-21 | 156 | -10691/+25065 |
|\ |
|
| * | Flatten vendor/libpcap and remove keyword expansion. | rpaulo | 2009-03-20 | 97 | -54701/+0 |
* | | Add Mac OS X stuff. | rpaulo | 2009-03-21 | 1 | -0/+2 |
* | | Add a couple more paths. | rpaulo | 2009-03-21 | 1 | -0/+2 |
* | | Add exclude list for libpcap. | rpaulo | 2009-03-21 | 1 | -0/+3 |
* | | Added DLT_ENC to map list, so it is now possible | vanhu | 2009-03-16 | 1 | -0/+3 |
* | | Implement zero-copy bpf(4) buffer or "zbuf" support for libpcap. A slightly | csjp | 2008-09-16 | 3 | -37/+354 |
* | | Revert back to including the whole net/bpf.h again. | mlaier | 2007-10-20 | 1 | -3/+1 |
* | | Resolve merge conflicts | mlaier | 2007-10-16 | 12 | -893/+965 |
* | | This commit was generated by cvs2svn to compensate for changes in r172677, | mlaier | 2007-10-16 | 24 | -3037/+4903 |
|\ \
| |/ |
|
| * | Import of libpcap v0.9.8 | mlaier | 2007-10-16 | 34 | -3478/+5892 |
* | | Add three new ioctl(2) commands for bpf(4). | jkim | 2007-02-26 | 1 | -3/+16 |
* | | sigh, put back buffer overflow fix of 1.1.11 that seems to have | sam | 2006-09-04 | 1 | -1/+3 |
* | | update instructions | sam | 2006-09-04 | 1 | -13/+12 |
* | | resolve merge conflicts | sam | 2006-09-04 | 7 | -85/+262 |
* | | This commit was generated by cvs2svn to compensate for changes in r162012, | sam | 2006-09-04 | 22 | -293/+3983 |
|\ \
| |/ |
|
| * | Import of libpcap v0.9.4 | sam | 2006-09-04 | 29 | -381/+4246 |
* | | This commit was generated by cvs2svn to compensate for changes in r154439, | sam | 2006-01-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | correct dlt buffer alloc; this goes on the vendor branch as it | sam | 2006-01-16 | 1 | -1/+1 |
* | | resolve merge conflicts | sam | 2005-07-11 | 10 | -544/+1556 |
* | | This commit was generated by cvs2svn to compensate for changes in r147894, | sam | 2005-07-11 | 28 | -282/+1239 |
|\ \
| |/ |
|
| * | Virgin import of libpcap v0.9.1 (release) from tcpdump.org | sam | 2005-07-11 | 38 | -730/+2803 |
* | | resolve merge conflicts | sam | 2005-05-29 | 10 | -895/+600 |
* | | This commit was generated by cvs2svn to compensate for changes in r146768, | sam | 2005-05-29 | 43 | -1058/+6642 |
|\ \
| |/ |
|
| * | Virgin import of libpcap v0.9.1 (alpha 096) from tcpdump.org | sam | 2005-05-29 | 53 | -1344/+7271 |
* | | pcap clients should use strlcpy() from the base system libc by default also. | bms | 2004-03-31 | 1 | -7/+0 |
* | | snprintf() and vsnprintf() are part of our base system libc, therefore | bms | 2004-03-31 | 1 | -10/+0 |
* | | Correct imported pcap.h for FreeBSD builds. | bms | 2004-03-31 | 1 | -7/+1 |
* | | Merge of libpcap 0.8.3 from tcpdump.org. | bms | 2004-03-31 | 11 | -918/+2781 |
* | | This commit was generated by cvs2svn to compensate for changes in r127664, | bms | 2004-03-31 | 54 | -3070/+13564 |
|\ \
| |/ |
|
| * | Import libpcap 0.8.3, from http://www.tcpdump.org/releases/libpcap-0.8.3.tar.gz | bms | 2004-03-31 | 64 | -3499/+16463 |
* | | Remove a reference to part of the pcap API not yet merged. | green | 2003-11-04 | 1 | -10/+0 |
* | | * Modify libpcap to work a bit better with our 802.11 code. This means | green | 2003-11-04 | 2 | -10/+55 |
* | | Merge multi-DLT support. | fenner | 2003-01-26 | 4 | -0/+41 |
* | | This commit was generated by cvs2svn to compensate for changes in r109839, | fenner | 2003-01-26 | 3 | -1/+72 |
|\ \
| |/ |
|
| * | Commit tcpdump.org's multi-DLT support to vendor branch. | fenner | 2003-01-26 | 7 | -1/+113 |
* | | Merge libpcap 0.7.1 | fenner | 2002-06-21 | 9 | -106/+1270 |
* | | This commit was generated by cvs2svn to compensate for changes in r98530, | fenner | 2002-06-21 | 32 | -840/+3224 |
|\ \
| |/ |
|
| * | Import libpcap 0.7.1, from | fenner | 2002-06-21 | 42 | -949/+4511 |
* | | Correct email address for bug reports and patch submissions. | obrien | 2002-02-08 | 1 | -1/+3 |
* | | Merge libpcap 0.6.2 | fenner | 2001-04-03 | 11 | -277/+982 |