mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
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:
parent
e2fb7591f4
commit
134d0922d5
11 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue