zeek/scripts/base
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
..
files Extend file extraction log. 2017-01-25 01:16:46 -05:00
frameworks Input's ascii reader is now more resilient. 2017-02-23 23:13:12 -05:00
misc Version parsing scripts now supports several beta versions. 2016-11-01 11:19:14 -07:00
protocols Rework the RADIUS base script. 2017-02-20 00:07:14 -05:00
utils Fix to_json() to not lose precision for values of type double 2017-02-02 13:03:05 -06:00
init-bare.bro Add ciphertext to ticket data structures 2017-01-29 09:39:12 +09:00
init-default.bro Add convenient way to access version information to Bro. 2016-09-29 12:45:48 -07:00