mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Updates the files event api and brings file reassembly up to master.
This commit is contained in:
parent
42b2d56279
commit
cafd35e746
47 changed files with 515 additions and 637 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