Skip to content

LibDAQ v3.0.0

Compare
Choose a tag to compare
@Xiche Xiche released this 12 Mar 18:20
· 35 commits to master since this release

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