Skip to content

Releases: snort3/libdaq

LibDAQ v3.0.7

04 May 16:56
Compare
Choose a tag to compare

Changes in this release (since 3.0.6):

  • api, modules: add support for 32-bit address space id and tenant id

LibDAQ v3.0.6

25 Jan 20:43
Compare
Choose a tag to compare

Changes in this release (since 3.0.5):

  • copyright: Update year to 2022

LibDAQ v3.0.5

08 Sep 19:23
Compare
Choose a tag to compare

Changes in this release (since 3.0.4):

  • api: introduce bidirectional flag for expected session

LibDAQ v3.0.4

19 Jun 18:47
Compare
Choose a tag to compare

Changes in this release (since 3.0.3):

  • api: support for inner flow NAT

LibDAQ v3.0.3

25 Apr 14:04
Compare
Choose a tag to compare
  • api: Add logging optional flag for flow stats
  • daq_fst: Fix bug in passing foreign dynamic metadata from wrapped messages
  • copyright: Update to year 2021

LibDAQ v3.0.2

27 Mar 18:27
Compare
Choose a tag to compare

Changes in this release (since 3.0.1):

  • api: Remove the RETRY verdict
  • build: Bump version to 3.0.2
  • daq_fst: Pass through foreign dynamic metadata from wrapped messages
  • daq_savefile: Add optimized PCAP savefile readback DAQ module
  • daqtest: Add ASCII data dump (-X)

LibDAQ v3.0.1

12 Mar 18:16
Compare
Choose a tag to compare

Changes in this release (since 3.0.0):

  • api: Add a comprehensive version number to the DAQ common definitions
  • api: Rename Flow_Stats_t to DAQ_FlowStats_t and clean up field names

LibDAQ v3.0.0

12 Mar 18:20
Compare
Choose a tag to compare

Changes in this release (since 3.0.0-beta2):

  • api: Add checksum offset and checksum error status to DecodeData metadata
  • api: Add TCP option observations to DecodeData metadata
  • build: Bump to 3.0.0 final
  • build: Correct the project name to be libdaq
  • build: Force DAQ modules to still be installed in $libdir/daq
  • daq_fst: Add variable to ignore bad checksums ('ignore_checksums')
  • daqtest: Add packet number to packet decode output
  • daqtest: Fix ignoring checksum errors for all packets
  • decode: Always set payload offset to the end of the last header successfully decoded
  • decode: Decode and loosely validate options in the TCP header
  • decode: Improve IPv6 extension header decoding
  • decode: Internalize ethertype definitions and expand recognized VLAN types
  • decode: Truncate remaining length when Ethernet trailers are detected during IPv6 decoding
  • doc: Start fleshing out the README for LibDAQ 3.x