mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
![]() 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] |
||
---|---|---|
.. | ||
plugins | ||
__load__.bro | ||
catch-and-release.bro | ||
cluster.bro | ||
drop.bro | ||
main.bro | ||
non-cluster.bro | ||
plugin.bro | ||
shunt.bro | ||
types.bro |