Fixing some more bare-mode @load dependency issues

This commit is contained in:
Jon Siwek 2011-08-11 10:49:41 -05:00
parent c3fb0ea035
commit ed281fb634
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
@load base/utils/numbers @load base/utils/numbers
@load base/utils/files
module HTTP; module HTTP;

View file

@ -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 # 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 # some file types. The numbers given indicate how many bytes to extract for
# the various mime types. # the various mime types.
@load base/protocols/smtp/entities-excerpt
redef SMTP::entity_excerpt_len += { redef SMTP::entity_excerpt_len += {
# ["text/plain"] = 1024, # ["text/plain"] = 1024,
# ["text/html"] = 1024, # ["text/html"] = 1024,