zeek/scripts/base
Justin Azoff f80f2f2a08 Track outstanding_global_views updates by uid
Currently outstanding_global_views values are only decremented during
the end of epoch cleanup, but not when handle_end_of_result_collection
is called for the specific uid that actually triggered the result
collection (which is specifically NOT a cleanup event).

This changes outstanding_global_views values to be a set of outstanding
uids, instead of a count.  This allows handle_end_of_result_collection
to remove any uids from the set as it sees them.
2016-07-29 12:54:20 -04:00
..
files Add some missing Bro script documentation 2016-05-05 16:35:31 -05:00
frameworks Track outstanding_global_views updates by uid 2016-07-29 12:54:20 -04:00
misc More stats improvements 2016-01-07 16:20:24 -05:00
protocols SSL: add support for signature_algorithms extension. 2016-07-11 15:01:59 -07:00
utils Merge remote-tracking branch 'origin/topic/johanna/rawleak' 2016-06-18 09:49:17 -07:00
init-bare.bro SSL: add support for signature_algorithms extension. 2016-07-11 15:01:59 -07:00
init-default.bro Merge remote-tracking branch 'origin/master' into J-Gras-topic/jgras/bit-1507 2016-06-15 10:32:46 -04:00