mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Implement the zeek_init handler.
Implements the change and a test.
This commit is contained in:
parent
f96bc81f85
commit
8cefb9be42
118 changed files with 229 additions and 165 deletions
|
@ -66,8 +66,8 @@ public:
|
|||
*/
|
||||
void InitPostScript();
|
||||
|
||||
void BroInitDone()
|
||||
{ after_bro_init = true; }
|
||||
void ZeekInitDone()
|
||||
{ after_zeek_init = true; }
|
||||
|
||||
/**
|
||||
* Shuts Broker down at termination.
|
||||
|
@ -380,7 +380,7 @@ private:
|
|||
|
||||
uint16_t bound_port;
|
||||
bool reading_pcaps;
|
||||
bool after_bro_init;
|
||||
bool after_zeek_init;
|
||||
int peer_count;
|
||||
|
||||
Func* log_topic_func;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue