mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
GH-1991: Add option to limit the number of tunnel_changed events
This commit is contained in:
parent
4deacefa4c
commit
a9fd4a60e0
5 changed files with 21 additions and 1 deletions
|
@ -94,6 +94,8 @@ extern int record_all_packets;
|
|||
|
||||
extern bro_uint_t bits_per_uid;
|
||||
|
||||
extern bro_uint_t tunnel_max_changes_per_connection;
|
||||
|
||||
// Initializes globals that don't pertain to network/event analysis.
|
||||
extern void init_general_global_var();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue