zeek/scripts/base
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
..
files Add missing documentation on the "Bro Package Index" page 2015-06-02 10:00:00 -05:00
frameworks Add bif that allows searching for all matching subnets in table. 2016-03-09 12:24:00 -08:00
misc BIT-1366: improve checksum offloading warning. 2015-04-02 10:12:39 -05:00
protocols Merge branch 'patch-4' of https://github.com/aeppert/bro 2016-03-07 13:39:28 -08:00
utils Merge remote-tracking branch 'origin/master' into topic/johanna/openflow 2015-07-08 12:15:09 -07:00
init-bare.bro Add bif that allows searching for all matching subnets in table. 2016-03-09 12:24:00 -08:00
init-default.bro Rename Pacf to NetControl 2015-07-08 12:34:42 -07:00