Add file analysis action to send data to script-land in chosen events.

This commit is contained in:
Jon Siwek 2013-02-22 16:49:53 -06:00
parent 85410a7657
commit 4b30cc2e24
10 changed files with 134 additions and 17 deletions

View file

@ -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);
}