zeek/scripts/base/frameworks/netcontrol
Johanna Amann 2df520414e Netcontrol: allow supplying explicit name to Debug plugin
This change extends the arguments of NetControl::create_debug, and
allows the specification of an optional name argument, which can be used
instead of the default-generated name.

This is helpful when one wants to attach several plugins to verify
behavior in those cases.
2024-02-03 18:14:29 +00:00
..
plugins Netcontrol: allow supplying explicit name to Debug plugin 2024-02-03 18:14:29 +00:00
__load__.zeek GH-379: move catch-and-release and unified2 scripts to policy/ 2019-06-05 13:33:45 -07:00
cluster.zeek Revert "Merge remote-tracking branch 'origin/topic/vern/at-if-analyze'" 2023-05-31 09:20:33 +02:00
drop.zeek Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
main.zeek all: Fix typos identified by typos pre-commit hook 2023-06-13 17:57:32 +02:00
non-cluster.zeek Add warning for ineffective &default arguments in handlers 2020-04-09 22:51:01 -07:00
plugin.zeek Spelling fixes: scripts 2022-11-02 17:36:39 -04:00
README More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
shunt.zeek Support for log filter policy hooks 2020-09-30 12:32:45 -07:00
types.zeek Spelling fixes: scripts 2022-11-02 17:36:39 -04: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.