[Lunar-commits] <moonbase> daq: a Data Aquisition Library for snort.

Florin Braescu florin at lunar-linux.org
Tue Oct 5 20:26:48 CEST 2010


commit 3c69002ed95060f0b4c813b80b5537d0d6be17ab
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Oct 5 21:26:48 2010 +0300

    daq: a Data Aquisition Library for snort.
---
 security/daq/DEPENDS |    4 ++++
 security/daq/DETAILS |   19 +++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/security/daq/DEPENDS b/security/daq/DEPENDS
new file mode 100644
index 0000000..1751144
--- /dev/null
+++ b/security/daq/DEPENDS
@@ -0,0 +1,4 @@
+depends  libpcap
+
+optional_depends  "libdnet"  ""  ""  "for IPQ and NFQ processing iptables packets"
+
diff --git a/security/daq/DETAILS b/security/daq/DETAILS
new file mode 100644
index 0000000..5bd8133
--- /dev/null
+++ b/security/daq/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=daq
+         VERSION=0.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$MIRROR_URL
+      SOURCE_VFY=sha1:add11b15ba43cbcbb9f444ae557723294e156596
+        WEB_SITE=http://www.snort.org
+         ENTERED=20101005
+         UPDATED=20101005
+           SHORT="Data Aquisition Library for snort"
+
+cat << EOF
+Daq is the 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.
+EOF


More information about the Lunar-commits mailing list