Skip to content

0.13.0

Compare
Choose a tag to compare
@jasonish jasonish released this 12 Apr 18:30
0.13.0
4ca51fd

0.13.0 - 2021-03-18

Fixes

  • Flow report fixes.
  • Netflow report fixes.
  • Capitalization of app_proto's in web.
  • When converting a packet to pcap, use the linktype from the packet info if
    available. If not available use ethernet. Fixes the case where the packet is
    from nfqueue, where its DLT_RAW.
  • Unfocus time range selector after a new range is selected allowing keyboard
    shortcuts to work again without having to click somewhere in the page.
  • Fix issue where the input section in the configuration file was
    being used even if enabled was set to false. This only happened when
    using a configuration file with an input section:
    #159

Changes

  • Server: Allow wildcard in input filename to allow the usage of threaded eve
    output. For example: /var/log/suricata/eve.*.json.
  • Agent: Allow multiple input paths to be specified.
  • New keyboard shortcut, '\' to open time range selector.

Features

  • New DHCP report that attempts to give you a picture of the devices that have
    been assigned an IP(v4) address over the requested period of time.