mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix error emitted when loading local.bro in bare mode
Regarding the redef of SMTP::entity_excerpt_len without having been previously defined.
This commit is contained in:
parent
70004cb04d
commit
8d7ca1360f
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ redef signature_files += "frameworks/signatures/detect-windows-shells.sig";
|
|||
# Uncomment this redef if you want to extract SMTP MIME entities for
|
||||
# some file types. The numbers given indicate how many bytes to extract for
|
||||
# the various mime types.
|
||||
@load base/protocols/smtp/entities-excerpt
|
||||
redef SMTP::entity_excerpt_len += {
|
||||
# ["text/plain"] = 1024,
|
||||
# ["text/html"] = 1024,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue