zeek/scripts/base/frameworks
Seth Hall 75744d22bc Input's ascii reader is now more resilient.
By default, the ASCII reader does not fail on errors anymore.
If there is a problem parsing a line, a reporter warning is
written and parsing continues.  If the file is missing or can't
be read, the input thread just tries again on the next heartbeat.

Options have been added to recreate the previous behavior...

const InputAscii::fail_on_invalid_lines: bool;
and
const InputAscii::fail_on_file_problem: bool;

They are both set to `F` by default which makes the input readers
resilient to failure.
2017-02-23 23:13:12 -05:00
..
analyzer Add README files for most Bro frameworks 2013-10-11 00:19:37 -05:00
broker Fix minor typos in documentation 2016-11-14 09:50:19 -06:00
cluster Add a test for starting a cluster with a logger node 2016-07-15 15:23:49 -05:00
communication Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00
control Add README files for most Bro frameworks 2013-10-11 00:19:37 -05:00
dpd Add an argument to "disable_analyzer" to not do a reporter message by default. 2016-08-09 10:22:31 -04:00
files Tiny mime-type fix from Dan Caselden. 2017-02-14 07:21:00 -08:00
input Input's ascii reader is now more resilient. 2017-02-23 23:13:12 -05:00
intel Fixed intel expiration reset. 2017-02-09 19:36:05 +01:00
logging Fix minor typos in documentation 2016-11-14 09:50:19 -06:00
netcontrol Fix minor typos in documentation of various scripts 2016-11-11 14:08:17 -06:00
notice Adjust default priority of ACTION_DROP hook. 2016-07-26 13:39:40 -07:00
openflow Fix various typos in the openflow framework docs 2016-11-09 14:29:03 -06:00
packet-filter Fix a number of documentation building errors 2016-06-27 12:41:40 -07:00
reporter Merge remote-tracking branch 'origin/topic/johanna/bit-1181' 2016-07-26 14:52:27 -07:00
signatures Log::write in signature framework was missing ts 2015-03-25 12:01:09 -07:00
software Updated detection of Flash and AdobeAIR. 2015-07-24 14:33:53 +02:00
sumstats Track outstanding_global_views updates by uid 2016-07-29 12:54:20 -04:00
tunnels Allow logging filters to inherit default path from stream. 2015-03-19 14:49:55 -05:00