zeek/scripts/base/frameworks/netcontrol
Johanna Amann 562e5a9f63 Add bif that allows searching for all matching subnets in table.
Example:

global test: set[subnet] = {
	10.0.0.0/8,
	10.1.0.0/16,
	10.2.0.0/16,
	10.2.0.2/31
}

print matching_subnets(10.2.0.2/32, test);
->
[10.2.0.2/31, 10.2.0.0/16, 10.0.0.0/8]
2016-03-09 12:24:00 -08:00
..
plugins Add signaling of succesful initialization of plugins to NetControl. 2016-03-08 14:49:22 -08:00
__load__.bro Add new logfiles for shunting and drops to netcontrol 2016-02-17 12:48:16 -08:00
catch-and-release.bro Add new logfiles for shunting and drops to netcontrol 2016-02-17 12:48:16 -08:00
cluster.bro Extend NetControl logging and fix bugs. 2016-02-11 19:47:29 -08:00
drop.bro Add new logfiles for shunting and drops to netcontrol 2016-02-17 12:48:16 -08:00
main.bro Add bif that allows searching for all matching subnets in table. 2016-03-09 12:24:00 -08:00
non-cluster.bro Extend NetControl logging and fix bugs. 2016-02-11 19:47:29 -08:00
plugin.bro Add signaling of succesful initialization of plugins to NetControl. 2016-03-08 14:49:22 -08:00
shunt.bro Add new logfiles for shunting and drops to netcontrol 2016-02-17 12:48:16 -08:00
types.bro Extend NetControl logging and fix bugs. 2016-02-11 19:47:29 -08:00