FileAnalysis: move unique file handle string generation to script-layer

And add minimal integration with HTTP analyzer.
This commit is contained in:
Jon Siwek 2013-03-12 13:40:18 -05:00
parent 1f6cac9b6d
commit 3dd513e26e
18 changed files with 365 additions and 81 deletions

View file

@ -168,7 +168,7 @@ void ActionSet::InsertAction(Action* act, HashKey* key)
new RecordVal(BifType::Record::FileAnalysis::ActionResults));
}
void ActionSet::FlushQueuedModifications()
void ActionSet::DrainModifications()
{
if ( mod_queue.empty() ) return;