mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
9 lines
265 B
Text
9 lines
265 B
Text
# @TEST-EXEC: bro -r $TRACES/http/get.trace $SCRIPTS/file-analysis-test.zeek %INPUT
|
|
# @TEST-EXEC: btest-diff files.log
|
|
|
|
redef test_file_analysis_source = "HTTP";
|
|
|
|
redef test_get_file_name = function(f: fa_file): string
|
|
{
|
|
return fmt("%s-file", f$id);
|
|
};
|