mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
8 lines
235 B
Text
8 lines
235 B
Text
# @TEST-EXEC: bro -r $TRACES/http/content-range-gap.trace %INPUT
|
|
# @TEST-EXEC: btest-diff extract_files/thefile
|
|
|
|
event file_new(f: fa_file)
|
|
{
|
|
Files::add_analyzer(f, Files::ANALYZER_EXTRACT,
|
|
[$extract_filename="thefile"]);
|
|
}
|