mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/type-alias-introspection'
* origin/topic/jsiwek/type-alias-introspection: Add enum_names() BIF to return names of an enum type's values Add type_aliases() BIF for introspecting type-names of types/values Change Type::type_aliases map to store IntrusivePtr Fix lookup_ID() BIF to return enum values
This commit is contained in:
commit
aab99b743d
12 changed files with 301 additions and 13 deletions
3
NEWS
3
NEWS
|
@ -148,6 +148,9 @@ Deprecated Functionality
|
|||
- Marked the Continuation.h and PacketDumper.h files as deprecated. The code
|
||||
contained within them is unused by Zeek.
|
||||
|
||||
- ``Type::GetAliases()`` and ``Type::AddAlias()`` are deprecated, use
|
||||
``Type::Aliases()`` and ``Type::RegisterAlias()``.
|
||||
|
||||
Zeek 3.2.0
|
||||
==========
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue