Add a distinct tag class for file analyzers.

This should prevent assignment mismatches between file and protocol
analyzer tags.
This commit is contained in:
Jon Siwek 2013-07-30 15:19:48 -05:00
parent d84f6e012c
commit 8df4df0b8b
13 changed files with 407 additions and 161 deletions

View file

@ -14,6 +14,7 @@ set(file_analysis_SRCS
Analyzer.h
AnalyzerSet.cc
Component.cc
Tag.cc
)
bif_target(file_analysis.bif)