mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Adding options Analyzer::disable_all to disable all analyzers at
startup. One can then selectively enable the ones one wants inside a bro_init() handler.
This commit is contained in:
parent
b122b39874
commit
bccaea6883
4 changed files with 26 additions and 1 deletions
|
@ -113,6 +113,11 @@ public:
|
|||
*/
|
||||
bool DisableAnalyzer(EnumVal* tag);
|
||||
|
||||
/**
|
||||
* Disables all currently registered analyzers.
|
||||
*/
|
||||
void DisableAllAnalyzers();
|
||||
|
||||
/**
|
||||
* Returns true if an analyzer is enabled.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue