mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48: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
|
@ -324,6 +324,7 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
|
|||
{"is_alnum", ATTR_FOLDABLE},
|
||||
{"is_alpha", ATTR_FOLDABLE},
|
||||
{"is_ascii", ATTR_FOLDABLE},
|
||||
{"is_event_handled", ATTR_IDEMPOTENT}, // can error
|
||||
{"is_file_analyzer", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
||||
{"is_icmp_port", ATTR_FOLDABLE},
|
||||
{"is_local_interface", ATTR_IDEMPOTENT},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue