mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Merge remote-tracking branch 'origin/topic/seth/files-tracking' into topic/seth/files-reassembly-and-mime-updates
Conflicts: testing/btest/Baseline/scripts.base.frameworks.file-analysis.http.multipart/out testing/btest/Baseline/scripts.policy.misc.dump-events/all-events.log
This commit is contained in:
commit
842dfd8b4a
55 changed files with 868 additions and 590 deletions
|
@ -24,9 +24,9 @@ event file_new(f: fa_file)
|
|||
[$extract_filename=efname, $extract_limit=max_extract]);
|
||||
}
|
||||
|
||||
event file_extraction_limit(f: fa_file, args: any, limit: count, offset: count, len: count)
|
||||
event file_extraction_limit(f: fa_file, args: any, limit: count, len: count)
|
||||
{
|
||||
print outfile, "file_extraction_limit", limit, offset, len;
|
||||
print outfile, "file_extraction_limit", limit, len;
|
||||
|
||||
if ( double_it && ! doubled )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue