Changes in 2.0.1 Released on 2013-07-22:
----------------------------------------
2013-06-28 11:00  rcombs

    * daq.h, daq_api.h, daq_base.c, daq_common.h, daq_mod_ops.c, 
      daq_afpacket.c, daq_dump.c, daq_ipfw.c, daq_ipq.c, daq_nfq.c, 
      daq_pcap.c, daq_static_modules.c, daq_static_modules.h, 
      sf_bpf_filter.c, sf_bpf_printer.c, sf_gencode.c, sf_nametoaddr.c, 
      sf_optimize.c, sfbpf-int.c, sfbpf-int.h, sfbpf.h, 
      sfbpf_dlt.h:
      Update copyright year.

    * daq_dump.c, daq_ipfw.c, daq_ipq.c, daq_nfq.c: 
      Ensure verdict is in range before bumping peg counts.
      Thanks to John Menerick <omgclouds@gmail.com> for reporting the
      issue.

Changes in 2.0.0 Released on 2012-10-09:
----------------------------------------
2012-10-01 16:15  ssturges

    * daq.spec: 
      Update DAQ spec file to reflect 2.0.0.

2012-09-07 15:30  maltizer

    * sfbpf/sll.h:
      Fix sfbpf compilation on Solaris.

2012-09-06 17:56  hsugar

    * api/daq.h: 
      Add a DAQ version for conditional compiles.

2012-09-06 11:17  maltizer

    * COPYING, configure.ac, api/Makefile.am, api/daq.h, api/daq_api.h,
      api/daq_base.c, api/daq_common.h, api/daq_mod_ops.c,
      os-daq-modules/daq_afpacket.c, os-daq-modules/daq_dump.c,
      os-daq-modules/daq_ipfw.c, os-daq-modules/daq_ipq.c,
      os-daq-modules/daq_nfq.c, os-daq-modules/daq_pcap.c,
      os-daq-modules/daq_static_modules.c,
      os-daq-modules/daq_static_modules.h, sfbpf/sf_bpf_printer.c:
      Add address_space_id fields to DAQ packet headers and flow
      messages.  Rev LibDAQ to major 2.  Update the address of the FSF.

Changes in 1.1.1 Released on 2012-07-18:
----------------------------------------
2012-01-11 17:59  maltizer

    * configure.ac, daq.spec, os-daq-modules/Makefile.am:
      Fix build when configuring with --disable-shared (don't build
      dynamic modules).  Add note to AFPacket section of README warning
      against RHEL5's kernel.  Update LibDAQ version to 1.1.1.

2012-01-04 00:54  maltizer

    * api/daq_common.h:
      Fix flag definition.

2011-12-23 14:25  maltizer

    * configure.ac, daq.spec, api/daq_common.h:
      Add the DAQ_PKT_FLAG_NOT_FORWARDING flag

2011-11-04 13:28  maltizer

    * configure.ac, daq.spec, api/Makefile.am:
      Update the SO major revision of libdaq to 1.


Changes in 0.6.2 Released on 2011-10-06:
----------------------------------------
2011-09-21 16:22  rcombs

    * configure.ac, os-daq-modules/Makefile.am:
      fix dnet vs dumbnet in a more righteous way

2011-07-18 10:05  rdempster

    * sfbpf/Makefile.am:
      Remove GNU Make specific declarations and replace with srcdir
      literals.

Changes in 0.6 Released on 2011-08-23:
--------------------------------------

2011-06-08 17:26  rcombs

    * daq.dsp, daq.spec, api/daq.h, api/daq_common.h:
      convert spec file to unix flavor; fix windows build

2011-05-27 12:07  rdempster

    * configure.ac, os-daq-modules/daq-modules-config.in:
      Fix up some typos and shell errors.

2011-05-13 15:50  rdempster

    * configure.ac, daq.spec, api/daq.h, api/daq_common.h,
      m4/ax_cflags_gcc_option.m4, os-daq-modules/Makefile.am,
      os-daq-modules/daq-modules-config.in,
      os-daq-modules/daq_afpacket.c, os-daq-modules/daq_dump.c,
      os-daq-modules/daq_ipfw.c, os-daq-modules/daq_ipq.c,
      os-daq-modules/daq_nfq.c, os-daq-modules/daq_pcap.c,
      sfbpf/Makefile.am, sfbpf/sf-redefines.h, sfbpf/sf_bpf_filter.c,
      sfbpf/sf_bpf_printer.c, sfbpf/sf_gencode.c, sfbpf/sfbpf-int.h: 
      Update daq to gracefully handle dnet as dumbnet on ubuntu.
      Make libpcap export pcap_version, so that it works with the daq
      configure script.

2011-05-13 15:46  rcombs

    * os-daq-modules/daq_nfq.c:
      convert sec to ms; disable ENOBUFS

2011-02-15 17:59  maltizer

    * os-daq-modules/daq_pcap.c:
      Fix typo in pcap DAQ module's buffer_size variable parsing.

2010-12-08 11:03  rcombs

    * os-daq-modules/daq_ipfw.c:
      use ipv4 instead of raw

2010-12-08 10:53  rcombs

    * README, os-daq-modules/daq_ipq.c, os-daq-modules/daq_nfq.c:
      discriminate between ip4 and ip6 raw packets

2010-12-08 10:30  rcombs

    * os-daq-modules/Makefile.am: Bugs Fixed: 81786 Change description:
      add missing additional libraries; remove sort which isn't
      supported on OpenBSD 4.7 and up.  Test case description:
      Documentation: Set Status Whiteboard:

2010-11-01 15:33  maltizer

    * os-daq-modules/daq_afpacket.c: Bugs Fixed: 80711 Change
      description: Be more defensive against empty interface strings
      being passed in.  Test case description: Documentation: Set
      Status Whiteboard:

2010-10-21 12:15  rcombs

    * os-daq-modules/daq_dump.c: 
      fix msg buf size

2010-09-24 13:22  bbantwal

    * m4/sf.m4: check for pcap version 1.0.0 and above while building
      daq

Changes in 0.1 Released on 2010-09-03:
-------------------------------------

2010-08-24 11:23  maltizer

    * os-daq-modules/daq_afpacket.c:
      DAQ_VERDICT_REPLACE should translate to DAQ_VERDICT_PASS for 
      AFPacket (fix AFPacket in-place replaces).

2010-08-23 15:12  bbantwal

    * README:
      divert sockets do not work with bridges on FreeBSD and OpenBSD. 
      Updating the documentation of daq with details to setup NAT with divert
      sockets.

2010-08-23 11:38  rcombs

    * README:
      made OpenBSD notes more better

2010-08-19 16:46  rcombs

    * README, os-daq-modules/daq_ipfw.c, os-daq-modules/daq_ipq.c,
      os-daq-modules/daq_nfq.c: 
      add caveat on bridge/divert

2010-08-16 16:45  bbantwal

    * configure.ac:
      "--enable" options were treated like "--disable"

2010-08-16 10:17  rdempster

    * README, os-daq-modules/daq_ipfw.c, os-daq-modules/daq_ipq.c,
      os-daq-modules/daq_nfq.c, os-daq-modules/daq_pcap.c:
      Normalize Makefiles

2010-08-12 13:39  bbantwal

    * os-daq-modules/daq_nfq.c:
      configure the queue len for nfq daq by adding a new
      config option called queue_len

2010-08-12 12:01  bbantwal

    * os-daq-modules/daq_nfq.c:
      if errno is set to EINTR we need to restart the PacketLoop and not
      print an error message and exit.

2010-08-12 11:59  bbantwal

    * os-daq-modules/: daq_ipq.c, daq_nfq.c:
      check the case where the config->name is not NULL but
      has an empty string.

2010-08-11 17:49  bbantwal

    * os-daq-modules/: daq_ipq.c, daq_nfq.c:
      ipq and nfq fatal error when used with interface or readback modes.

2010-08-09 14:51  rcombs

    * os-daq-modules/daq_ipfw.c:
      don't count forwarding injects

Changes in 0.1 Released on 2010-07-27:
-------------------------------------

2010-07-06 12:48  rcombs

    * os-daq-modules/daq_pcap.c:
      incremented version

2010-07-06 11:21  rcombs

    * os-daq-modules/daq_pcap.c:
      call pcap_dispatch() with remaining packet count

2010-06-30 11:55  rcombs

    * README: 
      add dnet install tip

2010-06-15 17:19  maltizer

    * os-daq-modules/daq_pcap.c:
      Make the PCAP DAQ module handle pcap_stats()'s 32-bit values
      wrapping.  (This is done the old Snort way because I don't feel
      like messing with endianness vs. unions.)

2010-06-10 15:35  ssturges

    * sfbpf/Makefile.am: 
      Fix Makefile to use non gmake variables

2010-06-10 15:31  rcombs

    * configure.ac, api/daq_common.h, os-daq-modules/daq_dump.c,
      os-daq-modules/daq_ipq.c, os-daq-modules/daq_nfq.c:
      added flag to indicate that unpriveleged mode is *not* supported; and changed error messages
      to exclude \n etc for consistency.

2010-06-09 13:31  rcombs

    * configure.ac, daq.spec, os-daq-modules/Makefile.am,
      sfbpf/Makefile.am:
      updates for rpm support

2010-06-08 14:48  maltizer

    * os-daq-modules/daq_pcap.c:
      Fix BPF handling with custom PCAP modules to make local copies of
      the BPF program.

2010-06-07 10:46  rcombs

    * os-daq-modules/daq_ipq.c:
      update version, fetch msgerr.

2010-06-01 10:25  rcombs

    * api/daq_common.h, os-daq-modules/daq_ipfw.c,
      os-daq-modules/daq_ipq.c, os-daq-modules/daq_nfq.c: 
      add DAQ_CAPA_INJECT_RAW to indicate proper encoding for injection

2010-05-25 12:35  rcombs

    * os-daq-modules/: daq_afpacket.c, daq_ipfw.c, daq_ipq.c,
      daq_nfq.c: 
      fix bpf compilation (raw, not eth, for nfq, ipq, and ipfw) and make
      non-pcap modules count packets_received the same as pcap.

2010-05-21 11:43  rcombs

    * os-daq-modules/: daq_ipq.c, daq_nfq.c:
      allow explicit configuration of ip injection for ipq
      and nfq

2010-05-21 11:14  rcombs

    * os-daq-modules/: daq_ipfw.c, daq_ipq.c, daq_nfq.c:
      changed OS DAQ modules to use dictionary for
      configuration of non-standard values (eg ipfw divert port, nfq
      queue id, ipq inject device).

2010-05-18 14:46  rcombs

    * os-daq-modules/daq_dump.c:
      moved output file name from getenv to daq dict.

2010-05-18 13:36  rcombs

    * os-daq-modules/daq_pcap.c: Fix bpf error handling.

2010-05-17 15:35  maltizer

    * api/daq_base.c, api/daq_common.h, os-daq-modules/daq_afpacket.c,
      os-daq-modules/daq_dump.c, os-daq-modules/daq_ipfw.c,
      os-daq-modules/daq_ipq.c, os-daq-modules/daq_nfq.c,
      os-daq-modules/daq_pcap.c:
      added daq var load-mode to specify packet acquisition mode

2010-05-12 09:17  ssturges

    * sfbpf/Makefile.am:
      missing files to extra dist

2010-05-06 18:40  ssturges

    * daq.dsp:
      Add win32 project file.

2010-05-06 18:33  maltizer

    * api/daq.h, api/daq_mod_ops.c, sfbpf/sf_gencode.c:
      Win32 DAQ compile fixes

2010-04-22 16:45  maltizer

    * m4/sf.m4: 
      Use lib64 on 64-bit systems.  Remove useless polluting call in libdaq
      autoconfig.

2010-04-20 15:49  maltizer

    * os-daq-modules/Makefile.am, os-daq-modules/daq_pcap.c,
      sfbpf/sfbpf.h:
      Fix DAQ compilation on Mac and *BSD.

2010-04-15 15:18  maltizer

    * Makefile.am, configure.ac, api/Makefile.am, api/daq.h,
      api/daq_api.h, api/daq_base.c, api/daq_common.h,
      api/daq_mod_ops.c, m4/sf.m4, os-daq-modules/Makefile.am,
      os-daq-modules/daq-modules-config.in,
      os-daq-modules/daq_afpacket.c, os-daq-modules/daq_dump.c,
      os-daq-modules/daq_ipfw.c, os-daq-modules/daq_ipq.c,
      os-daq-modules/daq_nfq.c, os-daq-modules/daq_pcap.c,
      os-daq-modules/daq_static_modules.c,
      os-daq-modules/daq_static_modules.h, sfbpf/Makefile.am,
      sfbpf/arcnet.h, sfbpf/atmuni31.h, sfbpf/ethertype.h,
      sfbpf/gencode.h, sfbpf/grammar.y, sfbpf/ieee80211.h,
      sfbpf/ipnet.h, sfbpf/llc.h, sfbpf/namedb.h, sfbpf/nlpid.h,
      sfbpf/ppp.h, sfbpf/runlex.sh, sfbpf/scanner.l,
      sfbpf/sf_bpf_filter.c, sfbpf/sf_bpf_printer.c,
      sfbpf/sf_gencode.c, sfbpf/sf_nametoaddr.c, sfbpf/sf_optimize.c,
      sfbpf/sfbpf-int.c, sfbpf/sfbpf-int.h, sfbpf/sfbpf.h,
      sfbpf/sfbpf_dlt.h, sfbpf/sll.h, sfbpf/sunatmpos.h:
      LibDAQ Integration - Add LibDAQ, DAQ modules
