mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Add more serialization implementation.
This commit is contained in:
parent
a5572dd66f
commit
751cf61293
6 changed files with 129 additions and 42 deletions
|
@ -53,6 +53,7 @@ SERIAL_IS(BITVECTOR, 0x1500)
|
|||
SERIAL_IS(COUNTERVECTOR, 0xa000)
|
||||
SERIAL_IS(BLOOMFILTER, 0xa100)
|
||||
SERIAL_IS(BASICBLOOMFILTER, 0xa200)
|
||||
SERIAL_IS(COUNTINGBLOOMFILTER, 0xa300)
|
||||
|
||||
// These are the externally visible types.
|
||||
const SerialType SER_NONE = 0;
|
||||
|
@ -211,5 +212,6 @@ SERIAL_CONST2(BITVECTOR)
|
|||
SERIAL_CONST2(COUNTERVECTOR)
|
||||
SERIAL_CONST2(BLOOMFILTER)
|
||||
SERIAL_CONST2(BASICBLOOMFILTER)
|
||||
SERIAL_CONST2(COUNTINGBLOOMFILTER)
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue