mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
A number of tweaks of the serialization code.
This commit is contained in:
parent
4c21576c12
commit
22afbe42dd
5 changed files with 20 additions and 19 deletions
|
@ -50,10 +50,10 @@ SERIAL_IS_BO(CASE, 0x1200)
|
|||
SERIAL_IS(LOCATION, 0x1300)
|
||||
SERIAL_IS(RE_MATCHER, 0x1400)
|
||||
SERIAL_IS(BITVECTOR, 0x1500)
|
||||
SERIAL_IS(COUNTERVECTOR, 0xa000)
|
||||
SERIAL_IS(BLOOMFILTER, 0xa100)
|
||||
SERIAL_IS(BASICBLOOMFILTER, 0xa200)
|
||||
SERIAL_IS(COUNTINGBLOOMFILTER, 0xa300)
|
||||
SERIAL_IS(COUNTERVECTOR, 0x1600)
|
||||
SERIAL_IS(BLOOMFILTER, 0x1700)
|
||||
SERIAL_IS(BASICBLOOMFILTER, 0x1800)
|
||||
SERIAL_IS(COUNTINGBLOOMFILTER, 0x1900)
|
||||
|
||||
// These are the externally visible types.
|
||||
const SerialType SER_NONE = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue