zeek/scripts
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
..
base Track outstanding_global_views updates by uid 2016-07-29 12:54:20 -04:00
broxygen Fix Broxygen coverage. 2015-03-13 14:53:11 -05:00
policy SMTP does not need to pull in the notice framework. 2016-06-23 13:22:16 -07:00
site Removed app-stats scripts. 2016-06-17 11:55:26 -04:00
CMakeLists.txt Don't install test-all-policy.bro script as it's for testing only. 2011-10-12 12:42:12 -05:00
test-all-policy.bro Removed app-stats scripts. 2016-06-17 11:55:26 -04:00