mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
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.
This commit is contained in:
parent
0a3e160a8d
commit
3220bbce55
72 changed files with 487 additions and 168 deletions
|
@ -1,9 +1,12 @@
|
|||
#separator \x7c\x7c
|
||||
#set_separator||\x2c
|
||||
#empty_field||\x2d
|
||||
#unset_field||\x2d
|
||||
#path||ssh
|
||||
#fields||t||id.orig_h||id.orig_p||id.resp_h||id.resp_p||status||country
|
||||
#types||time||addr||port||addr||port||string||string
|
||||
1315802040.006123||1.2.3.4||1234||2.3.4.5||80||success||unknown
|
||||
1315802040.006123||1.2.3.4||1234||2.3.4.5||80||failure||US
|
||||
1315802040.006123||1.2.3.4||1234||2.3.4.5||80||fa\x7c\x7cure||UK
|
||||
1315802040.006123||1.2.3.4||1234||2.3.4.5||80||su\x7c\x7cess||BR
|
||||
1315802040.006123||1.2.3.4||1234||2.3.4.5||80||failure||MX
|
||||
1323275761.036351||1.2.3.4||1234||2.3.4.5||80||success||unknown
|
||||
1323275761.036351||1.2.3.4||1234||2.3.4.5||80||failure||US
|
||||
1323275761.036351||1.2.3.4||1234||2.3.4.5||80||fa\x7c\x7cure||UK
|
||||
1323275761.036351||1.2.3.4||1234||2.3.4.5||80||su\x7c\x7cess||BR
|
||||
1323275761.036351||1.2.3.4||1234||2.3.4.5||80||failure||MX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue