zeek/scripts/base/frameworks/netcontrol
Jon Siwek 640dbea57c Add warning for ineffective &default arguments in handlers
For event/hook handlers that had a previous declaration, any &default
arguments are ineffective.  Only &default uses in the initial
prototype's arguments have an effect (that includes if the handler
is actually the site at which the declaration occurs).
2020-04-09 22:51:01 -07:00
..
plugins GH-379: move catch-and-release and unified2 scripts to policy/ 2019-06-05 13:33:45 -07:00
__load__.zeek GH-379: move catch-and-release and unified2 scripts to policy/ 2019-06-05 13:33:45 -07:00
cluster.zeek Merge remote-tracking branch 'origin/topic/seth/zeek_init' 2019-04-19 11:24:29 -07:00
drop.zeek GH-379: move catch-and-release and unified2 scripts to policy/ 2019-06-05 13:33:45 -07:00
main.zeek Deprecate functions with "bro" in them. 2019-06-05 16:18:57 -07:00
non-cluster.zeek Add warning for ineffective &default arguments in handlers 2020-04-09 22:51:01 -07:00
plugin.zeek GH-379: move catch-and-release and unified2 scripts to policy/ 2019-06-05 13:33:45 -07:00
README More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
shunt.zeek More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
types.zeek More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00

The NetControl framework provides a way for Zeek to interact with networking
hard- and software, e.g. for dropping and shunting IP addresses/connections,
etc.