mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
BIT-1909: fix invalid redef'd record field accesses
This commit is contained in:
parent
46a87f741b
commit
8152508330
7 changed files with 109 additions and 0 deletions
|
@ -61,6 +61,7 @@ double bro_start_time = 0.0; // time Bro started.
|
|||
double bro_start_network_time; // timestamp of first packet
|
||||
double last_watchdog_proc_time = 0.0; // value of above during last watchdog
|
||||
bool terminating = false; // whether we're done reading and finishing up
|
||||
bool is_parsing = false;
|
||||
|
||||
const Packet *current_pkt = 0;
|
||||
int current_dispatched = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue