mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00

If 'use_conn_size_analyzer' is true, the event engine tracks number of packets and raw IP bytes per connection. If report_conn_size_analyzer is true, these values are included as four new columns into conn.log I changed conn.bro so that the value of report_conn_size_analyzer follows that of use_conn_size_analyzer. For the new conn.log, we probably want to get rid of report_conn_size_analyzer anyway.
9 lines
262 B
Text
9 lines
262 B
Text
# $Id: const.bif 3929 2007-01-14 00:37:59Z vern $
|
|
|
|
# Documentation and default values for these are located in policy/bro.dif.
|
|
|
|
const ignore_keep_alive_rexmit: bool;
|
|
const skip_http_data: bool;
|
|
const parse_udp_tunnels: bool;
|
|
const use_conn_size_analyzer: bool;
|
|
|