Releases: snort3/libdaq
Releases · snort3/libdaq
LibDAQ v3.0.7
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
Changes in this release (since 3.0.5):
- copyright: Update year to 2022
LibDAQ v3.0.5
Changes in this release (since 3.0.4):
- api: introduce bidirectional flag for expected session
LibDAQ v3.0.4
Changes in this release (since 3.0.3):
- api: support for inner flow NAT
LibDAQ v3.0.3
- 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
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
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
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