mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Moving all analyzers over to new structure.
This is a checkpoint, it works but there's more cleanup to do. TODOs in src/analyzer/protocols/TODO.
This commit is contained in:
parent
56edef1646
commit
dfc4cb0881
250 changed files with 1095 additions and 470 deletions
|
@ -36,6 +36,9 @@
|
|||
#define BRO_PLUGIN_ANALYZER(tag, factory) \
|
||||
AddComponent(new ::analyzer::Component(tag, factory));
|
||||
|
||||
#define BRO_PLUGIN_SUPPORT_ANALYZER(tag) \
|
||||
AddComponent(new ::analyzer::Component(tag, 0));
|
||||
|
||||
#define BRO_PLUGIN_ANALYZER_EXT(tag, factory, enabled, partial) \
|
||||
AddComponent(new ::analyzer::Component(tag, factory, 0, enabled, partial));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue