mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Deprecate file_analysis::Analyzer::Args(), replace with GetArgs()
This commit is contained in:
parent
faa4738807
commit
ecb7c7c27e
4 changed files with 14 additions and 10 deletions
|
@ -93,7 +93,7 @@ bool Extract::DeliverStream(const u_char* data, uint64_t len)
|
|||
File* f = GetFile();
|
||||
f->FileEvent(file_extraction_limit, {
|
||||
f->ToVal(),
|
||||
IntrusivePtr{NewRef{}, Args()},
|
||||
GetArgs(),
|
||||
val_mgr->Count(limit),
|
||||
val_mgr->Count(len)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue