zeek/scripts/base/frameworks/input/readers
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
..
ascii.bro Add config framework. 2017-11-29 13:46:59 -08:00
benchmark.bro Fix typos and formatting in the input framework docs 2013-10-10 00:53:13 -05:00
binary.bro FileAnalysis: add binary input reader and BIFs for sending in data. 2013-03-06 12:59:54 -06:00
config.bro Allow the empty field separator to be empty; use in config framework. 2018-01-29 14:22:59 -08:00
raw.bro Split long lines in input framework docs 2015-08-21 16:30:51 -05:00
sqlite.bro Merge remote-tracking branch 'origin/fastpath' 2013-10-25 11:12:51 -07:00