zeek/scripts
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
..
base Add bif that allows searching for all matching subnets in table. 2016-03-09 12:24:00 -08:00
broxygen Fix Broxygen coverage. 2015-03-13 14:53:11 -05:00
policy Update windows-version-detection.bro 2015-12-04 09:46:14 -05:00
site Merge branch 'master' of https://github.com/aaronmbr/bro 2015-07-23 13:05:28 -07:00
CMakeLists.txt Don't install test-all-policy.bro script as it's for testing only. 2011-10-12 12:42:12 -05:00
test-all-policy.bro Allow for logging of the VLAN data about a connection in conn.log 2015-07-22 14:13:17 -04:00