mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
In bifs, change ODesc objects to have RAW_STYLE.
This prevents double-escaping with the logging changes of BIT-1333.
This commit is contained in:
parent
7344052b50
commit
7225221c2a
6 changed files with 23 additions and 5 deletions
|
@ -4,6 +4,8 @@ AB\xffCD\x00
|
|||
|
||||
abc\x00def
|
||||
|
||||
abc\x00def
|
||||
|
||||
foo \xc2\xae bar \xc2\xae baz
|
||||
foo\x00bar\0baz
|
||||
foo \x0e bar ^N baz
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path test
|
||||
#open 2015-04-15-23-47-40
|
||||
#open 2015-04-17-03-37-33
|
||||
#fields s
|
||||
#types string
|
||||
AB\x00CD\x00
|
||||
|
@ -12,7 +12,9 @@ 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-15-23-47-40
|
||||
#close 2015-04-17-03-37-33
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue