mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
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:
parent
41b077d2cf
commit
011ac442a1
17 changed files with 0 additions and 428 deletions
|
@ -4118,15 +4118,6 @@ type PE::SectionHeader: record {
|
|||
}
|
||||
module GLOBAL;
|
||||
|
||||
## Internal to the stepping stone detector.
|
||||
const stp_delta: interval &redef;
|
||||
|
||||
## Internal to the stepping stone detector.
|
||||
const stp_idle_min: interval &redef;
|
||||
|
||||
## Internal to the stepping stone detector.
|
||||
global stp_skip_src: set[addr] &redef;
|
||||
|
||||
## Description of a signature match.
|
||||
##
|
||||
## .. zeek:see:: signature_match
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue