mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

Note, I haven't gone through the script-level code as that will change soon anyway. Conflicts: src/Analyzer.cc src/AnalyzerTags.h src/SSLProxy.h src/bro.bif
14 lines
410 B
Text
14 lines
410 B
Text
# $Id: const.bif 3929 2007-01-14 00:37:59Z vern $
|
|
|
|
# Documentation and default values for these are located in policy/bro.init.
|
|
|
|
const ignore_keep_alive_rexmit: bool;
|
|
const skip_http_data: bool;
|
|
const parse_udp_tunnels: bool;
|
|
const use_conn_size_analyzer: bool;
|
|
const report_gaps_for_partial: bool;
|
|
|
|
const NFS3::return_data: bool;
|
|
const NFS3::return_data_max: count;
|
|
const NFS3::return_data_first_only: bool;
|
|
|