mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove InterConn analyzer
This commit is contained in:
parent
a520433636
commit
a940cf3fb5
17 changed files with 18 additions and 490 deletions
|
@ -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_INTERCONN,
|
||||
ANALYZER_STEPPINGSTONE,
|
||||
ANALYZER_BACKDOOR,
|
||||
ANALYZER_TCPSTATS,
|
||||
|
|
|
@ -3864,38 +3864,6 @@ const stp_idle_min: interval &redef;
|
|||
## Internal to the stepping stone detector.
|
||||
global stp_skip_src: set[addr] &redef;
|
||||
|
||||
## Deprecated.
|
||||
const interconn_min_interarrival: interval &redef;
|
||||
|
||||
## Deprecated.
|
||||
const interconn_max_interarrival: interval &redef;
|
||||
|
||||
## Deprecated.
|
||||
const interconn_max_keystroke_pkt_size: count &redef;
|
||||
|
||||
## Deprecated.
|
||||
const interconn_default_pkt_size: count &redef;
|
||||
|
||||
## Deprecated.
|
||||
const interconn_stat_period: interval &redef;
|
||||
|
||||
## Deprecated.
|
||||
const interconn_stat_backoff: double &redef;
|
||||
|
||||
## Deprecated.
|
||||
type interconn_endp_stats: record {
|
||||
num_pkts: count;
|
||||
num_keystrokes_two_in_row: count;
|
||||
num_normal_interarrivals: count;
|
||||
num_8k0_pkts: count;
|
||||
num_8k4_pkts: count;
|
||||
is_partial: bool;
|
||||
num_bytes: count;
|
||||
num_7bit_ascii: count;
|
||||
num_lines: count;
|
||||
num_normal_lines: count;
|
||||
};
|
||||
|
||||
## Deprecated.
|
||||
const backdoor_stat_period: interval &redef;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue