In read mode, NFR only processes DNS traffic by default, even if this is set in config.yml
# Use the following section to enable or disable analysis modules
analyze:
# Enable (true) or disable (false) DNS event processing
# Default: true
dns: true
# Enable (true) or disable (false) IP event processing
# Default: true
ip: true
Please have read mode use the variables from the config file by default, and allow the user to set --type ip or --type dns to force processing of a particular protocol. Thanks!
In
read
mode, NFR only processes DNS traffic by default, even if this is set inconfig.yml
Please have
read
mode use the variables from the config file by default, and allow the user to set--type ip
or--type dns
to force processing of a particular protocol. Thanks!