mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Support basic serialization of opaque.
This commit is contained in:
parent
aba8275346
commit
fa9aeeaaf1
3 changed files with 23 additions and 23 deletions
|
@ -179,6 +179,7 @@ SERIAL_TYPE(SUBNET_TYPE, 8)
|
|||
SERIAL_TYPE(FILE_TYPE, 9)
|
||||
SERIAL_TYPE(ENUM_TYPE, 10)
|
||||
SERIAL_TYPE(VECTOR_TYPE, 11)
|
||||
SERIAL_TYPE(OPAQUE_TYPE, 12)
|
||||
|
||||
SERIAL_CONST2(ATTRIBUTES)
|
||||
SERIAL_CONST2(EVENT_HANDLER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue