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