mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
![]() ``NetControl::DROP`` had 3 conflicting definitions that could potentially be used incorrectly without any warnings or type-checking errors. Such enum redefinition conflicts are now caught and treated as errors, so the ``NetControl::DROP`` enums had to be renamed: * The use as enum of type ``Log::ID`` is renamed to ``NetControl::DROP_LOG`` * The use as enum of type ``NetControl::CatchReleaseInfo`` is renamed to ``NetControl::DROP_REQUESTED`` * The use as enum of type ``NetControl::RuleType`` is unchanged and still named ``NetControl::DROP`` |
||
---|---|---|
.. | ||
plugins | ||
__load__.zeek | ||
cluster.zeek | ||
drop.zeek | ||
main.zeek | ||
non-cluster.zeek | ||
plugin.zeek | ||
README | ||
shunt.zeek | ||
types.zeek |
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.