zed icon indicating copy to clipboard operation
zed copied to clipboard

zio/zeekio: escape "(empty)" in output

Open nwt opened this issue 3 years ago • 0 comments

When emitting the Zeek empty field value "(empty)" as a string value, zio/zeekio.Writer fails to escape the first character, making it impossible to distinguish an empty Zeek set[string] or vector[string] from one containing the string "(empty)". Fix that.

Closes #845.

nwt avatar Aug 15 '22 21:08 nwt