zeek/scripts/base/frameworks/broker
Daniel Thayer f44bb4d9b8 Add script wrapper functions for broker BIFs
Also renamed the "print" function to "send_print" and the "event"
function to "send_event" because Bro shows a syntax error when a
Bro script function is named "event" or "print".
2016-04-26 18:10:30 -05:00
..
__load__.bro Split the broker main.bro into two scripts 2016-03-30 20:32:36 -05:00
main.bro Add script wrapper functions for broker BIFs 2016-04-26 18:10:30 -05:00
README Add missing documentation on the "Bro Package Index" page 2015-06-02 10:00:00 -05:00
store.bro Add script wrapper functions for broker BIFs 2016-04-26 18:10:30 -05:00

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