mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() 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. |
||
---|---|---|
.. | ||
readers | ||
__load__.bro | ||
main.bro | ||
README |
The input framework provides a way to read previously stored data either as an event stream or into a Bro table.