Move file_analysis code to zeek namespaces

This commit is contained in:
Tim Wojtulewicz 2020-08-01 10:47:36 -07:00
parent 8411adf9e1
commit 14408235b8
66 changed files with 554 additions and 410 deletions

View file

@ -8,7 +8,7 @@
#include "Val.h"
#include "file_analysis/file_analysis.bif.h"
using namespace file_analysis;
namespace zeek::file_analysis::detail {
static void analyzer_del_func(void* v)
{
@ -210,3 +210,5 @@ void AnalyzerSet::DrainModifications()
DBG_LOG(zeek::DBG_FILE_ANALYSIS, "[%s] End flushing analyzer mod queue.",
file->GetID().c_str());
}
} // namespace zeek::file_analysis::detail