Remove the Stepping Stone analyzer

This commit removes the stepping stone analyzer. It has been deactivated
by default since at least Zeek 2.0, is dysfunctional in cluster settings
and has a bunch of other issued.

Relates to GH-1573
This commit is contained in:
Johanna Amann 2021-06-03 14:03:21 +01:00
parent 41b077d2cf
commit 011ac442a1
17 changed files with 0 additions and 428 deletions

View file

@ -124,7 +124,6 @@ export {
## A set of analyzers to disable by default at startup. The default set
## contains legacy analyzers that are no longer supported.
global disabled_analyzers: set[Analyzer::Tag] = {
ANALYZER_STEPPINGSTONE,
ANALYZER_TCPSTATS,
} &redef;
}