Skip to content

Releases: dns-stats/compactor

1.2.0 release

10 May 08:44
Compare
Choose a tag to compare
  • Add capture from DNSTAP, either over Unix socket or from file.
  • Add custom field of collection start time to block and to info file.
    File duration in info file is now end-start time.
  • Correct stats reporting processed message count to RFC8618. Retain
    total packet count as compactor-specific item.
  • Add KNOWN ISSUE about the observed performance on VMs being much lower than
    expected, which is under investigation.
  • Get revised signal handling building on Mac as well as Linux and FreeBSD.
  • If configured service address does not exist on any interface
    log a warning not an error.
  • Minor test and documentation updates.

1.2.0-rc1

19 Apr 12:45
Compare
Choose a tag to compare
1.2.0-rc1 Pre-release
Pre-release
  • Get revised signal handling building on Mac as well as Linux and FreeBSD.
  • Correct stats reporting processed message count to RFC8618. Retain
    total packet count as compactor-specific item.
  • Minor test and documentation updates.

1.2.0-beta3

30 Mar 07:17
Compare
Choose a tag to compare
1.2.0-beta3 Pre-release
Pre-release
  • Add custom field of collection start time to block and to info file.
    File duration in info file is now end-start time.
  • Add capture from DNSTAP, either over Unix socket or from file.

1.1.0 release

10 Dec 09:35
Compare
Choose a tag to compare
  • Add custom field of collection end time to block and time section to info file. No change from ~rc1.

1.1.0-rc1 release

26 Nov 17:38
Compare
Choose a tag to compare
1.1.0-rc1 release Pre-release
Pre-release
  • No change from ~beta1.

1.1.0-beta1 release

29 Oct 13:05
1620258
Compare
Choose a tag to compare
1.1.0-beta1 release Pre-release
Pre-release
  • Add custom field of collection end time to block and time section to info file.

1.0.0 release

29 Oct 13:05
Compare
Choose a tag to compare

No change from ~rc1.

1.1.0-rc1 release

29 Oct 13:04
Compare
Choose a tag to compare
1.1.0-rc1 release Pre-release
Pre-release
  • Fix exception decoding IPv6 without transport flags.
  • Additional filtering in test for newer tshark versions.

1.0.0-beta1 release

27 Sep 08:42
eb106cf
Compare
Choose a tag to compare
1.0.0-beta1 release Pre-release
Pre-release
  • Supports C-DNS as described in RFC8618.
    • compactor writes only C-DNS 1.0 format.
    • inspector reads C-DNS 1.0 and all previously supported draft formats.
  • New fine-grained selection of data stored in C-DNS via excluded_fields file.
    • Previous section 'include' settings are deprecated,
      and may only be used if excluded_fields file is not specified.
    • Default values may be supplied to inspector for individual items of data not
      present in the C-DNS file. A complete set of defaults must be supplied
      when outputting PCAP.
  • inspector command line options --info-only and --report-only are
    deprecated, and replaced with --no-info and --no-output.
  • Added template items query_response_query_has_no_question
    and query_response_response_has_no_question. Item
    query_response_query_has_question is deprecated.
  • Addresses stored in C-DNS files may be stored only to a given prefix
    length, potentially saving storage space.

0.11.1-rc1 release

03 May 12:52
8178344
Compare
Choose a tag to compare
  • Enable use with libtins v4.0.
  • Fix potential (but never seen) segfault in response matching.
  • Check for required tools in test scripts and skip test if not found.