zeek/testing/btest/Baseline/scripts.base.frameworks.logging.ascii-binary/ssh.log
Robin Sommer 3220bbce55 Merge remote branch 'origin/topic/jsiwek/log-escaping'
* 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.
2011-12-19 06:37:54 -08:00

10 lines
185 B
Text

#separator \x7c
#set_separator|\x2c
#empty_field|\x2d
#unset_field|\x2d
#path|ssh
#fields|data|data2
#types|string|string
abc\x0a\xffdef|DATA2
abc\x7c\xffdef|DATA2
abc\xff\x7cdef|DATA2