hash-all-files.bro depends on base/files/hash

This commit is contained in:
Richard van den Berg 2015-09-11 13:01:43 +02:00
parent ab57c72251
commit aa8f56c2bd

View file

@ -1,5 +1,7 @@
##! Perform MD5 and SHA1 hashing on all files. ##! Perform MD5 and SHA1 hashing on all files.
@load base/files/hash
event file_new(f: fa_file) event file_new(f: fa_file)
{ {
Files::add_analyzer(f, Files::ANALYZER_MD5); Files::add_analyzer(f, Files::ANALYZER_MD5);