mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
13 lines
No EOL
244 B
Text
13 lines
No EOL
244 B
Text
# @TEST-EXEC: bro -r $TRACES/http/get.trace %INPUT
|
|
# @TEST-EXEC: btest-diff .stdout
|
|
|
|
|
|
event file_new(f: fa_file)
|
|
{
|
|
Files::add_analyzer(f, Files::ANALYZER_ENTROPY);
|
|
}
|
|
|
|
event file_entropy(f: fa_file, ent: entropy_test_result)
|
|
{
|
|
print ent;
|
|
} |