zeek/testing/btest/Baseline/scripts.base.frameworks.logging.ascii-escape-binary/test.log
Robin Sommer 7225221c2a In bifs, change ODesc objects to have RAW_STYLE.
This prevents double-escaping with the logging changes of BIT-1333.
2015-04-16 21:50:50 -07:00

20 lines
295 B
Text

#separator \x09
#set_separator ,
#empty_field (empty)
#unset_field -
#path test
#open 2015-04-17-03-37-33
#fields s
#types string
AB\x00CD\x00
AB\xffCD\x00
AB\\xffCD\x00
abc\\x00def
abc\x00def
foo \xc2\xae bar \\xc2\\xae baz
foo\x00bar\\0baz
foo \x0e bar ^N baz
#close 2015-04-17-03-37-33