zeek/scripts/base/frameworks/openflow
Jon Siwek a8c0cd7dee Fix potential race in openflow broker plugin
Broker::subscribe() after Broker::peer() may result in losing messages,
always best to do the reverse order.

Also possibly improved chance of unstable unit test output order.
2019-05-15 10:12:32 -07:00
..
plugins Fix potential race in openflow broker plugin 2019-05-15 10:12:32 -07:00
__load__.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
cluster.zeek Merge remote-tracking branch 'origin/topic/seth/zeek_init' 2019-04-19 11:24:29 -07:00
consts.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
main.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
non-cluster.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00
README Fix various typos in the openflow framework docs 2016-11-09 14:29:03 -06:00
types.zeek Rename all scripts to have ".zeek" file extension 2019-04-11 21:12:40 -05:00

The OpenFlow framework exposes the data structures and functions
necessary to interface to OpenFlow capable hardware.