mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add get_tags_by_category BIF method
This commit is contained in:
parent
4db7d40894
commit
04d6fa3cb7
8 changed files with 120 additions and 3 deletions
|
@ -317,6 +317,7 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
|
|||
{"global_ids", ATTR_IDEMPOTENT},
|
||||
{"global_options", ATTR_IDEMPOTENT},
|
||||
{"gsub", ATTR_FOLDABLE},
|
||||
{"get_tags_by_category", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
||||
{"has_event_group", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
||||
{"has_module_events", ATTR_NO_ZEEK_SIDE_EFFECTS},
|
||||
{"have_spicy", ATTR_IDEMPOTENT},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue