aboutsummaryrefslogtreecommitdiff
path: root/net/libdaq
Commit message (Collapse)AuthorAgeFilesLines
* net/libdaq: Update version 3.0.0-alpha5=>3.0.0-alpha6Muhammad Moinur Rahman2020-05-292-4/+4
| | | | | | | Relnotes: https://github.com/snort3/libdaq/releases Notes: svn path=/head/; revision=536923
* net/libdaq: Update version 3.0.0-alpha4=>3.0.0-alpha5Muhammad Moinur Rahman2020-04-242-4/+4
| | | | | | | Relnotes: https://github.com/snort3/libdaq/releases Notes: svn path=/head/; revision=532779
* security/snort3: UNBREAKMuhammad Moinur Rahman2020-04-042-4/+4
| | | | | | | | | | | | | | | | | - Update version 3.0.0-258=>3.0.0-270 - Remove BUILD_DEPENDS and RUN_DEPENDS into LIB_DEPENDS - Change compiler to use c++14-lang - Make HYPERSCAN default for amd64 - Remove DEBUG_DESC and DOCS_DESC for the defaults DESC net/libdaq: Update version 3.0.0-alpha3=>3.0.0-alpha4 Submitted by: dvl MFH: 2020Q2 (buildtime fix) Differential Revision: https://reviews.freebsd.org/D24263 Notes: svn path=/head/; revision=530653
* net/libdaq: Update version 3.0.0-alpha2=>3.0.0-alpha3Muhammad Moinur Rahman2019-10-282-4/+4
| | | | | | | | Reported by: dvl Differential Revision: https://reviews.freebsd.org/D22114 Notes: svn path=/head/; revision=515856
* net/libdaq: Update version 3.0.0-alpha1=>3.0.0-alpha2Muhammad Moinur Rahman2019-09-123-4/+16
| | | | Notes: svn path=/head/; revision=511876
* Add compiler:c++11-lang to USES to fix build error on GCC-based archs:Mark Linimon2019-08-061-1/+2
| | | | | | | | | configure: error: *** A compiler with support for C++11 language features is required. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=508243
* [NEW] net/libdaq: Data Acquisition abstraction library for snort 3.0+Muhammad Moinur Rahman2019-07-314-0/+78
Snort 2.9 introduces the DAQ, or Data Acquisition library, for packet I/O. The DAQ replaces direct calls to PCAP functions with an abstraction layer that facilitates operation on a variety of hardware and software interfaces without requiring changes to Snort. It is possible to select the DAQ type and mode when invoking Snort to perform PCAP readback or inline operation, etc. The DAQ library may be useful for other packet processing applications and the modular nature allows you to build new modules for other platforms. This version is not compatible with Snort 2.X. WWW: http://www.snort.org/ Notes: svn path=/head/; revision=507706