Add get_tags_by_category BIF method

This commit is contained in:
bhaskarbhar 2025-06-03 22:06:14 +05:30 committed by Tim Wojtulewicz
parent 4db7d40894
commit 04d6fa3cb7
8 changed files with 120 additions and 3 deletions

10
NEWS
View file

@ -6,7 +6,8 @@ release. For an exhaustive list of changes, see the ``CHANGES`` file
Zeek 8.0.0
==========
We would like to thank ... for their contributions to this release.
We would like to thank Bhaskar Bhar (@bhaskarbhar) for their contributions to this
release.
Breaking Changes
----------------
@ -124,6 +125,13 @@ New Functionality
- The DNS analyzer was extended to support NAPTR RRs (RFC 2915, RFC 3403).
A corresponding ``dns_NAPTR_reply`` event was added.
- A new ``get_tags_by_category`` BIF method was added that returns a list of tags for a
specified plugin category. This can be used in lieu of calling ``zeek -NN`` and
parsing the output. For example, this will return the list of all analyzer plugins
currently loaded:
get_tags_by_category("ANALYZER");
Changed Functionality
---------------------