mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fixing some more bare-mode @load dependency issues
This commit is contained in:
parent
c3fb0ea035
commit
ed281fb634
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
@load base/utils/numbers
|
||||
@load base/utils/files
|
||||
|
||||
module HTTP;
|
||||
|
||||
|
|
|
@ -48,6 +48,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