Removed Policy Script for UTF-8 Logs

This commit is contained in:
Dev Bali 2019-07-30 11:19:06 -07:00
parent bbc3cb0d49
commit da5a0e800e
5 changed files with 3 additions and 8 deletions

View file

@ -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;

View file

@ -112,5 +112,4 @@
@load tuning/defaults/packet-fragments.zeek
@load tuning/defaults/warnings.zeek
@load tuning/json-logs.zeek
#@load tuning/enable-utf-8-logs.zeek
@load tuning/track-all-assets.zeek

View file

@ -2,7 +2,7 @@
# @TEST-EXEC: zeek -b %INPUT
# @TEST-EXEC: btest-diff test.log
@load tuning/enable-utf-8-logs
redef LogAscii::enable_utf_8 = T;
module Test;
export {

View file

@ -2,7 +2,7 @@
# @TEST-EXEC: zeek -b %INPUT
# @TEST-EXEC: btest-diff test.log
@load tuning/enable-utf-8-logs
redef LogAscii::enable_utf_8 = T;
redef LogAscii::set_separator = "\xc2\xae";

View file

@ -2,7 +2,7 @@
# @TEST-EXEC: zeek -b %INPUT
# @TEST-EXEC: btest-diff test.log
@load tuning/enable-utf-8-logs
redef LogAscii::enable_utf_8 = T;
module Test;
export {