mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Work on parameter estimation and serialization.
This commit is contained in:
parent
f529df33e0
commit
f708cd4a36
6 changed files with 198 additions and 22 deletions
|
@ -244,6 +244,7 @@ OpaqueType* md5_type;
|
|||
OpaqueType* sha1_type;
|
||||
OpaqueType* sha256_type;
|
||||
OpaqueType* entropy_type;
|
||||
OpaqueType* bloomfilter_type;
|
||||
|
||||
#include "const.bif.netvar_def"
|
||||
#include "types.bif.netvar_def"
|
||||
|
@ -310,6 +311,7 @@ void init_general_global_var()
|
|||
sha1_type = new OpaqueType("sha1");
|
||||
sha256_type = new OpaqueType("sha256");
|
||||
entropy_type = new OpaqueType("entropy");
|
||||
bloomfilter_type = new OpaqueType("bloomfilter");
|
||||
}
|
||||
|
||||
void init_net_var()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue