The latest releases of Super Mediator 1.x are listed below.

See also the latest Super Mediator 2.x pre-releases and all Super Mediator releases.

super_mediator Release 1.11.0, 2024-Aug-29

Downloads

(SHA256=bc52ad4a4b8ed3909cdbaace24900d8f3aefc14a9addec816164ce95eb2f577d)

Changelog

  • Added support for reading and writing the micro- and nanosecond time fields produced by YAF-2.16.
  • Introduced a TIME_UNITS command in the configuration file and a --time-units command-line option to control what time unit(s) are used in TEXT and JSON Exporters.
  • Modified JSON output of IPv6 records to include source- and destinationIPv6Address keys in addition to source- and destinationIPv4Address keys. Previously only the IPv4Address keys were used.
  • Fixed a bug in JSON output of TLS records (introduced in v1.8.0) where sslCertVersion was not printed when its value was 0.
  • Added support for running super_mediator as a systemd service.
  • Updated the RPM spec file: enhanced RHEL9 compatibility, made openssl a requirement, and enabled type-export.
  • Modified configure to use pkg-config when searching for OpenSSL.
  • Fixed a compilation error when building with Spread Toolkit support.

super_mediator Release 1.10.1, 2024-Mar-28

Downloads

(SHA256=50d34a78b21fe9e49332c0b3592e930699e69c96756671fac60e82308bb9d4bc)

Changelog

  • Fixed a crash when exporting TEXT or JSON forms of de-duplicated DNS AAAA records.
  • Ensured incoming de-duplicated DNS AAAA records are exported in the 1.10.0 layout.
  • Fixed a bug where the DNS_RR FULL setting produced shorted DNS_RR records.
  • Fixed a minor bug in the payload hexdump output written by TEXT exporters.