mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
serialization compiles.
Not entirely sure if it works too...
This commit is contained in:
parent
ac0e211c6c
commit
a37ffab0ea
7 changed files with 89 additions and 4 deletions
|
@ -104,6 +104,7 @@ SERIAL_VAL(MD5_VAL, 16)
|
|||
SERIAL_VAL(SHA1_VAL, 17)
|
||||
SERIAL_VAL(SHA256_VAL, 18)
|
||||
SERIAL_VAL(ENTROPY_VAL, 19)
|
||||
SERIAL_VAL(CARDINALITY_VAL, 20)
|
||||
|
||||
#define SERIAL_EXPR(name, val) SERIAL_CONST(name, val, EXPR)
|
||||
SERIAL_EXPR(EXPR, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue