mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/johanna/gh-4061'
* origin/topic/johanna/gh-4061: Update BiF-tracking, add is_event_handled Address review comments and small updates for DNS warnings Raise warnings when for DNS events that are not raised due to dns_skip_all_addl
This commit is contained in:
commit
b2222e97a1
17 changed files with 158 additions and 6 deletions
14
CHANGES
14
CHANGES
|
@ -1,3 +1,17 @@
|
|||
7.2.0-dev.88 | 2025-01-14 14:39:14 +0000
|
||||
|
||||
* Raise warnings when for DNS events that are not raised due to dns_skip_all_addl (Johanna Amann, Corelight)
|
||||
|
||||
By default, dns_skip_all_addl is set to false. This causes several
|
||||
events to not be raised. This change emits warnings when a user defines
|
||||
event handlers for events that will not be raised.
|
||||
|
||||
Furthermore, it adds notes about this behavior to the documentation. We
|
||||
also introduce a new BIF, `is_event_handled`, which checks if an event
|
||||
is handled.
|
||||
|
||||
Fixes GH-4061
|
||||
|
||||
7.2.0-dev.84 | 2025-01-14 11:12:52 +0100
|
||||
|
||||
* support for record extensions when using -O gen-standalone-C++ (Vern Paxson, Corelight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue