mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +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 @@
|
|||
PREFIX<>separator \x7c
|
||||
PREFIX<>set_separator|\x2c
|
||||
PREFIX<>empty_field|\x45\x4d\x50\x54\x59
|
||||
PREFIX<>unset_field|\x4e\x4f\x54\x2d\x53\x45\x54
|
||||
PREFIX<>path|ssh
|
||||
PREFIX<>fields|t|id.orig_h|id.orig_p|id.resp_h|id.resp_p|status|country|b
|
||||
PREFIX<>types|time|addr|port|addr|port|string|string|bool
|
||||
1315167052.828457|1.2.3.4|1234|2.3.4.5|80|success|unknown|NOT-SET
|
||||
1315167052.828457|1.2.3.4|1234|2.3.4.5|80|NOT-SET|US|NOT-SET
|
||||
1315167052.828457|1.2.3.4|1234|2.3.4.5|80|failure|UK|NOT-SET
|
||||
1315167052.828457|1.2.3.4|1234|2.3.4.5|80|NOT-SET|BR|NOT-SET
|
||||
1315167052.828457|1.2.3.4|1234|2.3.4.5|80|failure|EMPTY|T
|
||||
1323275635.348361|1.2.3.4|1234|2.3.4.5|80|success|unknown|NOT-SET
|
||||
1323275635.348361|1.2.3.4|1234|2.3.4.5|80|NOT-SET|US|NOT-SET
|
||||
1323275635.348361|1.2.3.4|1234|2.3.4.5|80|failure|UK|NOT-SET
|
||||
1323275635.348361|1.2.3.4|1234|2.3.4.5|80|NOT-SET|BR|NOT-SET
|
||||
1323275635.348361|1.2.3.4|1234|2.3.4.5|80|failure|EMPTY|T
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue