summaryrefslogtreecommitdiffstats
path: root/contrib/libpcap/pcap-int.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge libpcap-1.1.1.rpaulo2010-10-291-32/+54
|\
* \ Merge libpcap 1.0.0.rpaulo2009-03-211-27/+138
|\ \ | |/
| * Flatten vendor/libpcap and remove keyword expansion.rpaulo2009-03-201-344/+0
| |
| * Import of libpcap v0.9.8mlaier2007-10-161-7/+30
| |
| * Import of libpcap v0.9.4sam2006-09-041-6/+15
| |
| * Virgin import of libpcap v0.9.1 (release) from tcpdump.orgsam2005-07-111-10/+13
| | | | | | | | Approved by: re (scottl)
| * Virgin import of libpcap v0.9.1 (alpha 096) from tcpdump.orgsam2005-05-291-10/+26
| |
| * Import libpcap 0.8.3, from http://www.tcpdump.org/releases/libpcap-0.8.3.tar.gzbms2004-03-311-6/+88
| |
| * Commit tcpdump.org's multi-DLT support to vendor branch.fenner2003-01-261-0/+2
| |
| * Import libpcap 0.7.1, fromfenner2002-06-211-2/+1
| | | | | | | | http://www.tcpdump.org/release/libpcap-0.7.1.tar.gz
| * Virgin import of tcpdump.org libpcap v0.6.2fenner2001-04-031-7/+79
| |
| * Virgin import of tcpdump.org libpcap v0.5fenner2000-01-301-2/+23
| |
* | Implement zero-copy bpf(4) buffer or "zbuf" support for libpcap. A slightlycsjp2008-09-161-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | different version has been committed upstream in the libpcap vendor branch. This will allow people to experiment with zero-copy bpf(4) without requiring external patches. Note to enable this functionality: sysctl net.bpf.zerocopy_enable=1 By default, libpcap will use the legacy buffering method unless this sysctl variable is set to 1. For the details about zero-copy bpf(4) implementation see svn change r177548. Requested by: many Discussed with: sam In collaboration with: rwatson
* | Resolve merge conflictsmlaier2007-10-161-7/+30
| | | | | | | | | | Approved by: re (kensmith) Obtained from: tcpdump.org
* | resolve merge conflictssam2006-09-041-6/+15
| | | | | | | | MFC after: 1 month
* | resolve merge conflictssam2005-07-111-8/+18
| | | | | | | | Approved by: re (scottl)
* | resolve merge conflictssam2005-05-291-10/+26
| | | | | | | | Reviewed by: bms (earlier version)
* | pcap clients should use strlcpy() from the base system libc by default also.bms2004-03-311-7/+0
| |
* | snprintf() and vsnprintf() are part of our base system libc, thereforebms2004-03-311-10/+0
| | | | | | | | | | | | | | | | | | pcap should not fall back to its own implementations in the absence of HAVE_SNPRINTF and HAVE_VSNPRINTF defines when compiled and installed as part of the world. This should fix builds of pflogd and packages depending on the base system libpcap. Reported by: Andrzej Tobola
* | Merge of libpcap 0.8.3 from tcpdump.org.bms2004-03-311-7/+88
| |
* | Merge multi-DLT support.fenner2003-01-261-0/+2
| |
* | Merge libpcap 0.7.1fenner2002-06-211-2/+2
| | | | | | | | MFC after: 2 weeks
* | Merge libpcap 0.6.2fenner2001-04-031-7/+70
| |
* | Merge libpcap 0.5fenner2000-01-301-2/+24
| |
* | None of the header files for the packet capture libraryphk1998-08-071-0/+9
|/ | | | | | | | are suitable to include in a C++ file. PR: 7229 Reviewed by: phk Submitted by: Craig Spannring <cts@internetcds.com>
* Virgin import of libpcap 0.3fenner1997-05-271-1/+6
|
* Virgin import of LBL libpcap version 0.2.1.pst1996-08-191-0/+112
Obtained from: ftp://ftp.ee.lbl.gov/libpcap.tar.Z on 19-Aug-1996.
OpenPOWER on IntegriCloud