mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Wrap threshold stuff up - fix two small bugs and update baselines.
This commit is contained in:
parent
024bb7206e
commit
b44b725d59
10 changed files with 191 additions and 184 deletions
|
@ -31,9 +31,9 @@ void ConnSize_Analyzer::Init()
|
|||
resp_pkts = 0;
|
||||
|
||||
orig_bytes_thresh = 0;
|
||||
orig_pkts = 0;
|
||||
orig_pkts_thresh = 0;
|
||||
resp_bytes_thresh = 0;
|
||||
resp_pkts = 0;
|
||||
resp_pkts_thresh = 0;
|
||||
}
|
||||
|
||||
void ConnSize_Analyzer::Done()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue