aboutsummaryrefslogtreecommitdiff
path: root/contrib/libpcap
Commit message (Expand)AuthorAgeFilesLines
* MFV r355890:Cy Schubert2019-12-212-2/+16
|\
* | MFV r353141 (by phillip):Cy Schubert2019-12-21175-4544/+17653
|\|
* | Re-apply r190640.Hans Petter Selasky2018-05-311-3/+1
* | Hide unsupported remote capture definitions to avoid breakage in ports.Hans Petter Selasky2018-05-301-0/+2
* | MFV r333789: libpcap 1.9.0 (pre-release)Hans Petter Selasky2018-05-28199-16155/+26219
|\|
* | Clear clang warning:Sean Bruno2017-07-031-1/+6
* | MFV r316124: Fix build when WITHOUT_INET6.Xin LI2017-03-291-7/+7
|\|
* | MFV r313759: license change for a few headers (4 clause BSD to 3 clause BSD).Xin LI2017-02-152-10/+2
|\|
* | MFV r313676: libpcap 1.8.1Xin LI2017-02-13175-10534/+22895
|\|
* | Fix a style(9) bug.Jung-uk Kim2016-08-031-1/+1
* | Support nanosecond time stamps for pcap_dispatch(3) and pcap_loop(3).Jung-uk Kim2016-08-031-0/+49
* | libpcap: fix for simple NULL pointer dereference.Pedro F. Giffuni2016-04-141-1/+2
* | MFV r276759: libpcap 1.6.2.Xin LI2015-01-06173-10257/+11302
|\|
* | Add netmap support to libpcap. Tcpdump and other native pcap application can nowLuigi Rizzo2014-10-062-0/+11
* | Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-1/+1
* | Integrate github revision 0446821e49224c6a29be28760cc9c4cc14f56d8a asSean Bruno2013-10-315-8/+8
* | Move new pf includes to the pf directory. The pfvar.h remainGleb Smirnoff2013-10-271-1/+1
* | Start splitting pfvar.h into internal and external parts.Gleb Smirnoff2013-10-261-1/+1
* | MFV: libpcap 1.4.0.Xin LI2013-05-3054-4050/+8632
|\|
* | Add tcp header flags ECE and CWR defined in RFC 3168.Hiren Panchasara2013-05-163-2/+6
* | Clean some 'svn:executable' properties in the tree.Pedro F. Giffuni2013-01-261-0/+0
* | MFV: libpcap 1.3.0.Xin LI2012-10-0525-6915/+3907
|\|
* | Fix typo: s/pakcet/packetKevin Lo2012-09-201-1/+1
* | Add 3 missing files that was generated but not included with the initialXin LI2012-05-143-0/+267
* | Merge from vendor branch: update libpcap to 1.2.1.Xin LI2012-05-1476-2553/+6708
|\|
* | Incorporate vendor commit ecdc5c0a7f7591a7cd4a:Xin LI2011-06-281-0/+11
* | Explicitly initialize the packet buffer to NULL after we unmap the zero copyChristian S.J. Peron2011-06-031-0/+1
* | Merge my change against libpcap trunk revisionXin LI2011-03-111-11/+39
* | Remove more unused files.Rui Paulo2010-10-295-590/+0
* | Remove unused files.Rui Paulo2010-10-2948-8225/+0
* | Merge libpcap-1.1.1.Rui Paulo2010-10-29203-4500/+19746
|\|
* | Revised revision 199201 (add interface description capability as inspiredXin LI2010-01-271-3/+13
* | Revert revision 199201 for now as it has introduced a kernel vulnerabilityXin LI2009-11-121-12/+4
* | Add interface description capability as inspired by OpenBSD.Xin LI2009-11-111-4/+12
* | Revert previous commit that commented out some bpf functions.Rui Paulo2009-04-115-9/+9
* | Restore local change to include <sys/bpf.h> inside pcap.h. This fixesRui Paulo2009-04-022-6/+2
* | Remove a dangling extern "C" declaration that was missed during theRui Paulo2009-03-311-4/+0
* | Fixed indentation for LINKTYPE_ENCVANHULLEBUS Yvan2009-03-241-1/+1
* | bpf_filter() and bpf_validate() can't live here if they already live inRui Paulo2009-03-221-2/+2
* | Remove remaining references to BIOCSETBUFMODE ifdefs. We now haveRui Paulo2009-03-211-7/+0
* | Finish merge of zerocopy bpf.Rui Paulo2009-03-211-156/+0
* | Merge libpcap 1.0.0.Rui Paulo2009-03-21156-10691/+25065
|\|
| * Flatten vendor/libpcap and remove keyword expansion.Rui Paulo2009-03-2097-54701/+0
* | Add Mac OS X stuff.Rui Paulo2009-03-211-0/+2
* | Add a couple more paths.Rui Paulo2009-03-211-0/+2
* | Add exclude list for libpcap.Rui Paulo2009-03-211-0/+3
* | Added DLT_ENC to map list, so it is now possibleVANHULLEBUS Yvan2009-03-161-0/+3
* | Implement zero-copy bpf(4) buffer or "zbuf" support for libpcap. A slightlyChristian S.J. Peron2008-09-163-37/+354
* | Revert back to including the whole net/bpf.h again.Max Laier2007-10-201-3/+1
* | Resolve merge conflictsMax Laier2007-10-1612-893/+965