mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Merge remote branch 'origin/topic/seth/net-stats-bif'
* origin/topic/seth/net-stats-bif: Removing a stray print statement. Changed netstats (packet loss) handling to script-land. Nice idea to pass the old data into a regular scheduled event! Conflicts: src/event.bif
This commit is contained in:
commit
6d2a89f1f8
10 changed files with 77 additions and 177 deletions
|
@ -519,6 +519,7 @@ void init_builtin_funcs()
|
|||
{
|
||||
ftp_port = internal_type("ftp_port")->AsRecordType();
|
||||
bro_resources = internal_type("bro_resources")->AsRecordType();
|
||||
net_stats = internal_type("NetStats")->AsRecordType();
|
||||
matcher_stats = internal_type("matcher_stats")->AsRecordType();
|
||||
var_sizes = internal_type("var_sizes")->AsTableType();
|
||||
gap_info = internal_type("gap_info")->AsRecordType();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue