mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Merge remote-tracking branch 'origin/master' into topic/bernhard/topk
Conflicts: src/NetVar.cc src/NetVar.h src/SerialTypes.h src/bro.bif
This commit is contained in:
commit
daaf091bc3
310 changed files with 18810 additions and 6086 deletions
|
@ -243,6 +243,7 @@ OpaqueType* sha1_type;
|
|||
OpaqueType* sha256_type;
|
||||
OpaqueType* entropy_type;
|
||||
OpaqueType* topk_type;
|
||||
OpaqueType* bloomfilter_type;
|
||||
|
||||
#include "const.bif.netvar_def"
|
||||
#include "types.bif.netvar_def"
|
||||
|
@ -309,6 +310,7 @@ void init_general_global_var()
|
|||
sha256_type = new OpaqueType("sha256");
|
||||
entropy_type = new OpaqueType("entropy");
|
||||
topk_type = new OpaqueType("topk");
|
||||
bloomfilter_type = new OpaqueType("bloomfilter");
|
||||
}
|
||||
|
||||
void init_net_var()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue