zeek/scripts/base/frameworks
Johanna Amann dbc51371cb Rewrite big parts of the Openflow framework.
The API now does not follow the openflow specification quite as closely,
however I think it is much more usable. Furthermore, the Ryu plugin was
basically completely rewritten and is now more usable for general flow
manipulation.

This also adds a debug mode that just outputs the json fragments that
would be sent to ryu. At the moment, Ryu still assumes that every
request that it receives succeeds - it is not possible to get an error
message from the controller. Instead, one has to check if a flow was
added by doing a second REST request. Which seems unnecessary, and also
requires complete json parsing functionality. Hence we are not doing
that at the moment.

The alternative would be to use an external script for the actual
add-and-check-operation.
2015-04-07 15:37:46 -07:00
..
analyzer Add README files for most Bro frameworks 2013-10-11 00:19:37 -05:00
broker Rename comm/ directories to broker/ 2015-03-05 17:02:25 -06:00
cluster Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00
communication Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00
control Add README files for most Bro frameworks 2013-10-11 00:19:37 -05:00
dpd Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00
files Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00
input Converting log writers and input readers to plugins. 2014-07-20 19:17:58 +02:00
intel Merge remote-tracking branch 'origin/topic/vladg/ssh' 2015-03-25 11:04:26 -07:00
logging Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00
notice Merge remote-tracking branch 'origin/topic/vladg/ssh' 2015-03-25 11:04:26 -07:00
openflow Rewrite big parts of the Openflow framework. 2015-04-07 15:37:46 -07:00
pacf [ADD] base pacf framework and shunt script. 2014-12-01 10:16:38 -08:00
packet-filter Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00
reporter Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00
signatures Log::write in signature framework was missing ts 2015-03-25 12:01:09 -07:00
software Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00
sumstats define empty request_key method for sumstats in cluster mode. 2014-04-18 16:29:51 -07:00
tunnels Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00