mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Merge branch 'topic/robin/topk-merge'
BIT-1048 #merged I'm reverting the serializer version update for now as that breaks Broccoli. Let's do that later for 2.2. * topic/robin/topk-merge: update documentation, rename get* to Get* and make hasher persistent adapt to new folder structure fix opaqueval-related memleak synchronize pruned attribute potentially found wrong Ref. add sum function that can be used to get the number of total observed elements. in cluster settings, the resultvals can apparently been uninitialized in some special cases fix memory leaks fix warnings add topk cluster test make size of topk-list configureable when using sumstats implement merging for top-k. add serialization for topk make the get function const topk for sumstats well, a test that works.. implement topk.
This commit is contained in:
commit
04ccb12183
21 changed files with 1440 additions and 3 deletions
|
@ -249,6 +249,7 @@ extern OpaqueType* md5_type;
|
|||
extern OpaqueType* sha1_type;
|
||||
extern OpaqueType* sha256_type;
|
||||
extern OpaqueType* entropy_type;
|
||||
extern OpaqueType* topk_type;
|
||||
extern OpaqueType* bloomfilter_type;
|
||||
|
||||
// Initializes globals that don't pertain to network/event analysis.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue