Deprecate bro_int_t and bro_uint_t

This commit is contained in:
Tim Wojtulewicz 2022-06-28 15:32:26 -07:00
parent d066013793
commit f624c18383
67 changed files with 331 additions and 320 deletions

View file

@ -92,9 +92,9 @@ extern int check_for_unused_event_handlers;
extern int record_all_packets;
extern bro_uint_t bits_per_uid;
extern zeek_uint_t bits_per_uid;
extern bro_uint_t tunnel_max_changes_per_connection;
extern zeek_uint_t tunnel_max_changes_per_connection;
// Initializes globals that don't pertain to network/event analysis.
extern void init_general_global_var();