zeek/scripts/base/frameworks/broker
Daniel Thayer d91dd8d9a8 Fix Bro and unit tests when broker is not enabled
When Bro was compiled with broker disabled, then some Bro scripts
were referencing functions and types that were not defined.  Fixed
by adding @ifdefs to several scripts.  Removed one @ifdef because
it was causing several unit tests to fail.

Also fixed the @TEST-REQUIRES check in tests that rely on broker so
that such tests are skipped when broker is disabled.
2016-05-10 06:24:35 -05:00
..
__load__.bro Split the broker main.bro into two scripts 2016-03-30 20:32:36 -05:00
main.bro Fix Bro and unit tests when broker is not enabled 2016-05-10 06:24:35 -05:00
README Add missing documentation on the "Bro Package Index" page 2015-06-02 10:00:00 -05:00
store.bro Fix Bro and unit tests when broker is not enabled 2016-05-10 06:24:35 -05:00

The Broker communication framework facilitates connecting to remote Bro
instances to share state and transfer events.