mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
Large overhaul in name and appearance for file analysis.
This commit is contained in:
parent
caf61f619b
commit
df2841458d
39 changed files with 420 additions and 875 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
namespace file_analysis {
|
||||
|
||||
typedef BifEnum::FileAnalysis::Analyzer FA_Tag;
|
||||
typedef BifEnum::Files::Analyzer FA_Tag;
|
||||
|
||||
class File;
|
||||
|
||||
|
@ -93,7 +93,7 @@ public:
|
|||
*/
|
||||
static FA_Tag ArgsTag(const RecordVal* args)
|
||||
{
|
||||
using BifType::Record::FileAnalysis::AnalyzerArgs;
|
||||
using BifType::Record::Files::AnalyzerArgs;
|
||||
return static_cast<FA_Tag>(
|
||||
args->Lookup(AnalyzerArgs->FieldOffset("tag"))->AsEnum());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue