---
name: daq
version: 2.0.0
origin: net/daq
comment: Data Acquisition abstraction library for snort 2.9+
arch: freebsd:9:x86:64
www: http://www.snort.org/
maintainer: zi@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- GPLv2
flatsize: 628547
desc: |
  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/
deps:
  libdnet: {origin: net/libdnet, version: 1.11_3}
categories:
- net
shlibs_required:
- libsfbpf.so.0
shlibs_provided:
- libsfbpf.so.0
- libdaq.so.2
- daq_pcap.so
- daq_ipfw.so
- daq_dump.so
