zeek/scripts/base/protocols/dns
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
..
__load__.bro Hopefully the last major script reorganization. 2011-08-05 23:09:53 -04:00
consts.bro Fix typos and formatting in the dns protocol docs 2013-10-15 16:44:28 -05:00
main.bro Refactor DNS script's state management to improve performance. 2014-02-13 14:55:45 -06:00
README Add README files for base/protocols 2013-10-17 12:47:32 -05:00

Support for Domain Name System (DNS) protocol analysis.