zeek/scripts/base/frameworks/netcontrol
Johanna Amann 4f1a2c7b62 NetControl: allow reasons in remove_rule calls.
This adds the capability for the user to attach a reason when removing
or destroying a rule. The message will both be logged in netcontrol.log
and forwarded to the responsible plugins.

Addresses BIT-1655
2016-08-05 10:49:09 -07:00
..
plugins NetControl: allow reasons in remove_rule calls. 2016-08-05 10:49:09 -07:00
__load__.bro Add new logfiles for shunting and drops to netcontrol 2016-02-17 12:48:16 -08:00
catch-and-release.bro NetControl: allow reasons in remove_rule calls. 2016-08-05 10:49:09 -07:00
cluster.bro NetControl: allow reasons in remove_rule calls. 2016-08-05 10:49:09 -07:00
drop.bro NetControl: rewrite catch and release and small fixes. 2016-05-23 16:16:21 -07:00
main.bro NetControl: allow reasons in remove_rule calls. 2016-08-05 10:49:09 -07:00
non-cluster.bro NetControl: allow reasons in remove_rule calls. 2016-08-05 10:49:09 -07:00
plugin.bro NetControl: allow reasons in remove_rule calls. 2016-08-05 10:49:09 -07:00
README NetControl: add predicates to broker plugin 2016-03-14 18:48:49 -07:00
shunt.bro Merge remote-tracking branch 'origin/topic/johanna/netcontrol' 2016-03-11 14:29:23 -08:00
types.bro Write NetControl framework documentation. 2016-06-22 16:02:48 -07:00

The NetControl framework provides a way for Bro to interact with networking
hard- and software, e.g. for dropping and shunting IP addresses/connections,
etc.