zeek/scripts/base
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
..
files Merge remote-tracking branch 'origin/topic/johanna/ocsp-sct-validate' 2017-07-30 08:49:41 -07:00
frameworks Allow the empty field separator to be empty; use in config framework. 2018-01-29 14:22:59 -08:00
misc Fix at_least in Version.bro. 2017-06-05 15:16:41 -07:00
protocols Small fixes and changes for the recent ssl-keyexchange-event merge. 2017-11-28 12:33:27 -08: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 config framework. 2017-11-29 13:46:59 -08:00
init-default.bro Add config framework. 2017-11-29 13:46:59 -08:00