mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Migrate entropy testing to opaque.
This commit is contained in:
parent
86faab1e06
commit
b9d05f56d0
7 changed files with 156 additions and 87 deletions
|
@ -103,6 +103,7 @@ SERIAL_VAL(HASH_VAL, 15)
|
|||
SERIAL_VAL(MD5_VAL, 16)
|
||||
SERIAL_VAL(SHA1_VAL, 17)
|
||||
SERIAL_VAL(SHA256_VAL, 18)
|
||||
SERIAL_VAL(ENTROPY_VAL, 19)
|
||||
|
||||
#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