zeek/scripts/base/frameworks/input
Johanna Amann 196994a48d Allow the empty field separator to be empty; use in config framework.
This small change allows the empty field separator to be empty. This
means that we can represent an empty list by a empty input string, which
was not possible before.

Before, an empty empty field separator meant that there is no empty
field - to get back to this behavior one now has to set the empty field
separator to a string that is guaranteed to not be part of the input
data. Note that we did not use "empty" empty field separators anywhere
and I am not aware of this being used by anyone - the new behavior seems
like it is much more useful in practice.

This also changes the config framework to interpret empty lists as...
empty, instead of interpreting them as lists that have one zero-length
element; this seems like the saner default.
2018-01-29 14:22:59 -08:00
..
readers Allow the empty field separator to be empty; use in config framework. 2018-01-29 14:22:59 -08:00
__load__.bro Add config framework. 2017-11-29 13:46:59 -08:00
main.bro Merge remote-tracking branch 'origin/topic/johanna/bit-1181' 2016-07-26 14:52:27 -07:00
README Add README files for most Bro frameworks 2013-10-11 00:19:37 -05:00

The input framework provides a way to read previously stored data either as
an event stream or into a Bro table.