zeek/scripts/base
Johanna Amann 42e4072673 Add signaling of succesful initialization of plugins to NetControl.
This does not really have many user-facing changes. The one big change
is that users now should initialize plugins in the

NetControl::init()

event instead of bro_init.

Once all plugins finished initializing and the NetControl framework
starts operations, the NetControl::init_done() event is raised.

Rules that are sent to NetControl before the plugins have finished
initializing are ignored - this is important when several plugins that
require external connections have to be initialized at the beginning.
Without this delay, rules could end up at the wrong plugin.
2016-03-08 14:49:22 -08:00
..
files Add missing documentation on the "Bro Package Index" page 2015-06-02 10:00:00 -05:00
frameworks Add signaling of succesful initialization of plugins to NetControl. 2016-03-08 14:49:22 -08:00
misc BIT-1366: improve checksum offloading warning. 2015-04-02 10:12:39 -05:00
protocols Merge branch 'patch-4' of https://github.com/aeppert/bro 2016-03-07 13:39:28 -08:00
utils Merge remote-tracking branch 'origin/master' into topic/johanna/openflow 2015-07-08 12:15:09 -07:00
init-bare.bro Add new logfiles for shunting and drops to netcontrol 2016-02-17 12:48:16 -08:00
init-default.bro Rename Pacf to NetControl 2015-07-08 12:34:42 -07:00