mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +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
10
NEWS
10
NEWS
|
@ -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
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue