zeek/scripts/base/frameworks/sumstats
Jon Siwek 5821c16490 Fix SumStats::observe key normalization logic
The loop over Reducers in SumStats::observe performs a key normalization
and inadvertently modifies the key used for subsequent iterations.

Reported by Jim Mellander.
2018-08-13 17:53:26 -05:00
..
plugins reap the fruits of v += e 2018-07-26 12:51:36 -07:00
__load__.bro Checkpoint for SumStats rename. 2013-04-15 15:12:28 -04:00
cluster.bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
main.bro Fix SumStats::observe key normalization logic 2018-08-13 17:53:26 -05:00
non-cluster.bro reap the fruits of v += e 2018-07-26 12:51:36 -07:00
README Add README files for most Bro frameworks 2013-10-11 00:19:37 -05:00

The summary statistics framework provides a way to summarize large streams
of data into simple reduced measurements.