mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

* origin/topic/jsiwek/log-escaping: Add missing ascii writer options to log header. Escape the ASCII log's set separator (addresses #712) Rewrite ODesc character escaping functionality. (addresses #681) Closes #712.
15 lines
252 B
Text
15 lines
252 B
Text
#separator \x09
|
|
#set_separator \x2c
|
|
#empty_field \x2d
|
|
#unset_field \x2d
|
|
#path test
|
|
#fields data
|
|
#types time
|
|
1234567890.000000
|
|
1234567890.000000
|
|
1234567890.010000
|
|
1234567890.001000
|
|
1234567890.000100
|
|
1234567890.000010
|
|
1234567890.000001
|
|
1234567890.000000
|