mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
updated Bro->Zeek in comments in the source tree
This commit is contained in:
parent
becc966106
commit
d758585e42
71 changed files with 186 additions and 186 deletions
|
@ -93,10 +93,10 @@ extern double pseudo_realtime;
|
|||
// queue.
|
||||
extern double processing_start_time;
|
||||
|
||||
// When the Bro process was started.
|
||||
// When the Zeek process was started.
|
||||
extern double zeek_start_time;
|
||||
|
||||
// Time at which the Bro process was started with respect to network time,
|
||||
// Time at which the Zeek process was started with respect to network time,
|
||||
// i.e. the timestamp of the first packet.
|
||||
extern double zeek_start_network_time;
|
||||
|
||||
|
@ -106,7 +106,7 @@ extern double network_time;
|
|||
// True if we're a in the process of cleaning-up just before termination.
|
||||
extern bool terminating;
|
||||
|
||||
// True if Bro is currently parsing scripts.
|
||||
// True if Zeek is currently parsing scripts.
|
||||
extern bool is_parsing;
|
||||
|
||||
extern const zeek::Packet* current_pkt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue