mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
ConnSize analyzer is turned on by default now.
This commit is contained in:
parent
6f50e362db
commit
9a06cece67
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ const tunnel_port = 0/udp &redef;
|
||||||
# packets and IP-level bytes transfered by each endpoint. If
|
# packets and IP-level bytes transfered by each endpoint. If
|
||||||
# true, these values are returned in the connection's endpoint
|
# true, these values are returned in the connection's endpoint
|
||||||
# record val.
|
# record val.
|
||||||
const use_conn_size_analyzer = F &redef;
|
const use_conn_size_analyzer = T &redef;
|
||||||
|
|
||||||
const UDP_INACTIVE = 0;
|
const UDP_INACTIVE = 0;
|
||||||
const UDP_ACTIVE = 1; # means we've seen something from this endpoint
|
const UDP_ACTIVE = 1; # means we've seen something from this endpoint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue