diff options
author | Eygene Ryabinkin <rea@FreeBSD.org> | 2011-01-18 16:46:53 +0000 |
---|---|---|
committer | Eygene Ryabinkin <rea@FreeBSD.org> | 2011-01-18 16:46:53 +0000 |
commit | 6fcf257b8d4384b9fa8d2f304358d3542034b5c6 (patch) | |
tree | 2bc6de21983b2e2586f9bb257ba6d322af046288 /net/daq/pkg-descr | |
parent | 4f169b63af61b47adf677304e727d4891b21fda9 (diff) |
Notes
Diffstat (limited to 'net/daq/pkg-descr')
-rw-r--r-- | net/daq/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/daq/pkg-descr b/net/daq/pkg-descr new file mode 100644 index 000000000000..2efc959e1635 --- /dev/null +++ b/net/daq/pkg-descr @@ -0,0 +1,12 @@ +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. + +WWW: http://www.snort.org/ |