zeek/scripts
Johanna Amann e859130369 Exec: fix reader cleanup when using read_files
Wen using read_files, the Exec framework called Input::remove on the
wrong input stream: it always got called on the input stream of the
execution, not on the input stream of the current file that was being
read.

This lead to threads never being closed and file handles being kept open
until Bro is closed. This means that before this patch, every time
ActiveHTTP is used, a thread stays around and several file handles are
used.
2016-06-15 17:08:35 -07:00
..
base Exec: fix reader cleanup when using read_files 2016-06-15 17:08:35 -07:00
broxygen Fix Broxygen coverage. 2015-03-13 14:53:11 -05:00
policy Adding missing script file. 2016-05-30 10:58:43 -07:00
site Merge branch 'master' of https://github.com/aaronmbr/bro 2015-07-23 13:05:28 -07: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 Add MAC addresses to connection record. 2016-05-29 17:18:47 -07:00