Skip to content

Release 2.4.0

Compare
Choose a tag to compare
@jelu jelu released this 23 Jun 11:51
· 9 commits to develop since this release

This release brings support for reading compressed PCAPs, a few new plugin extensions and updates to autotools.

Changes:

  • Add CHANGES to docs
  • Update autotools requirement to 2.69 and fix deprecation warnings
  • Support reading gz/xz/lz4/zst compressed PCAPs based on file extension
  • New plugin extensions:
    • DNSCAP_EXT_GET_PCAP_THREAD_FTELL: function for getting the current uncompressed position in the PCAP file being read upon being called
    • DNSCAP_EXT_GET_PKTHDR_CAPLEN: function that returns the actual packet length as reported by libpcap

Due to submodules in the repository please download this tarball:
https://www.dns-oarc.net/files/dnscap/dnscap-2.4.0.tar.gz
sha256: 1e568a2e417a3df68efd20c2534c7ec352cf8329ac861cbe301982f62893ef01

Packages are available at: https://dev.dns-oarc.net/packages/

f7e4cad SLE/openSUSE lz4
b30d82f Autotools, compressed PCAPs, plugin extensions
ac7f37b CHANGES