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

@ -0,0 +1,5 @@
signature dpd_smb {
ip-proto == tcp
payload /^....[\xfe\xff]SMB/
enable "smb"
}