zeek/scripts/base/frameworks/netcontrol
Johanna Amann 9f7b23b179 NetControl: rewrite catch and release and small fixes.
This commit rewrites catch and release, fixing issues with it and making
it fully cluster capable. A dedicated netcontrol_catch_release.log is
also added.

This is not quite done yet; a few more log messages are missing. There
should hopefully not be many big issues left.
2016-05-23 16:16:21 -07:00
..
plugins Merge remote-tracking branch 'origin/master' into topic/johanna/netcontrol-improvements 2016-05-19 16:17:07 -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: rewrite catch and release and small fixes. 2016-05-23 16:16:21 -07:00
cluster.bro NetControl: rewrite catch and release and small fixes. 2016-05-23 16:16:21 -07:00
drop.bro NetControl: rewrite catch and release and small fixes. 2016-05-23 16:16:21 -07:00
main.bro NetControl: rewrite catch and release and small fixes. 2016-05-23 16:16:21 -07:00
non-cluster.bro NetControl: add rule exists as state besides added and failure. 2016-03-24 15:06:07 -07:00
plugin.bro Merge remote-tracking branch 'origin/topic/johanna/netcontrol' 2016-03-11 14:29:23 -08: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 Fix more "make doc" warnings 2016-05-05 15:18:50 -05: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.