mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Removed Policy Script for UTF-8 Logs
This commit is contained in:
parent
bbc3cb0d49
commit
da5a0e800e
5 changed files with 3 additions and 8 deletions
|
@ -1,4 +0,0 @@
|
||||||
##! Loading this script will enable utf-8 characters
|
|
||||||
##! instead of escaping them into the \xYY format
|
|
||||||
|
|
||||||
redef LogAscii::enable_utf_8=T;
|
|
|
@ -112,5 +112,4 @@
|
||||||
@load tuning/defaults/packet-fragments.zeek
|
@load tuning/defaults/packet-fragments.zeek
|
||||||
@load tuning/defaults/warnings.zeek
|
@load tuning/defaults/warnings.zeek
|
||||||
@load tuning/json-logs.zeek
|
@load tuning/json-logs.zeek
|
||||||
#@load tuning/enable-utf-8-logs.zeek
|
|
||||||
@load tuning/track-all-assets.zeek
|
@load tuning/track-all-assets.zeek
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# @TEST-EXEC: zeek -b %INPUT
|
# @TEST-EXEC: zeek -b %INPUT
|
||||||
# @TEST-EXEC: btest-diff test.log
|
# @TEST-EXEC: btest-diff test.log
|
||||||
|
|
||||||
@load tuning/enable-utf-8-logs
|
redef LogAscii::enable_utf_8 = T;
|
||||||
|
|
||||||
module Test;
|
module Test;
|
||||||
export {
|
export {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# @TEST-EXEC: zeek -b %INPUT
|
# @TEST-EXEC: zeek -b %INPUT
|
||||||
# @TEST-EXEC: btest-diff test.log
|
# @TEST-EXEC: btest-diff test.log
|
||||||
|
|
||||||
@load tuning/enable-utf-8-logs
|
redef LogAscii::enable_utf_8 = T;
|
||||||
|
|
||||||
redef LogAscii::set_separator = "\xc2\xae";
|
redef LogAscii::set_separator = "\xc2\xae";
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# @TEST-EXEC: zeek -b %INPUT
|
# @TEST-EXEC: zeek -b %INPUT
|
||||||
# @TEST-EXEC: btest-diff test.log
|
# @TEST-EXEC: btest-diff test.log
|
||||||
|
|
||||||
@load tuning/enable-utf-8-logs
|
redef LogAscii::enable_utf_8 = T;
|
||||||
|
|
||||||
module Test;
|
module Test;
|
||||||
export {
|
export {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue