Move the SMB analyzer out of the default load.

This also adds a note in the local.bro script about enabling
the SMB analyzer.
This commit is contained in:
Seth Hall 2016-06-14 15:34:00 -04:00
parent e2fb7591f4
commit 134d0922d5
11 changed files with 4 additions and 1 deletions

View file

@ -58,7 +58,6 @@
@load base/protocols/rdp
@load base/protocols/rfb
@load base/protocols/sip
@load base/protocols/smb
@load base/protocols/snmp
@load base/protocols/smtp
@load base/protocols/socks

View file

@ -88,3 +88,7 @@
# Uncomment the following line to enable logging of connection VLANs. Enabling
# this adds two VLAN fields to the conn.log file.
# @load policy/protocols/conn/vlan-logging
# Uncomment the following line to enable the SMB analyzer. The analyzer
# is currently considered a preview and therefore not loaded by default.
# @load policy/protocols/smb