mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
More stats improvements
Broke out the stats collection into a bunch of new Bifs in stats.bif. Scripts that use stats collection functions have also been updated. More work to do.
This commit is contained in:
parent
6aeeb94d76
commit
6d836b7956
27 changed files with 479 additions and 353 deletions
|
@ -200,9 +200,6 @@ extern Val* pkt_profile_file;
|
|||
|
||||
extern int load_sample_freq;
|
||||
|
||||
extern double gap_report_freq;
|
||||
extern RecordType* gap_info;
|
||||
|
||||
extern int packet_filter_default;
|
||||
|
||||
extern int sig_max_group_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue