zeek/scripts
Jon Siwek 3c95d1d695 Refactor DNS script's state management to improve performance.
The amount of timers involved in DNS::PendingMessage tables'
expiration attributes have a significant performance hit.  Instead the
script now relies solely on maximum thresholds for pending message
quantities to limit amount of accumulated state.  There's a new option,
"DNS::max_pending_query_ids", to limit the number outstanding messages
across all DNS query IDs ("DNS::max_pending_msgs" still limits number
of outstanding messages for a *given* query ID).
2014-02-13 14:55:45 -06:00
..
base Refactor DNS script's state management to improve performance. 2014-02-13 14:55:45 -06:00
broxygen More test updates. 2013-12-04 13:45:03 -08:00
policy Rewrite DNS state tracking which matches queries and replies. 2014-01-30 17:21:01 -06:00
site Update local.bro for Bro 2.2 2013-11-15 11:39:27 -06: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 More test updates. 2013-12-04 13:45:03 -08:00