mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Add file analysis action to send data to script-land in chosen events.
This commit is contained in:
parent
85410a7657
commit
4b30cc2e24
10 changed files with 134 additions and 17 deletions
|
@ -50,5 +50,5 @@ void Hash::Finalize()
|
|||
if ( i < 0 )
|
||||
reporter->InternalError("Hash Action result field not found");
|
||||
|
||||
info->Results()->Assign(i, sv);
|
||||
info->GetResults()->Assign(i, sv);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue