mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
55 lines
1.1 KiB
Text
55 lines
1.1 KiB
Text
# @TEST-EXEC: btest-bg-run zeek zeek -b %INPUT
|
||
# @TEST-EXEC: btest-bg-wait 10
|
||
# @TEST-EXEC: btest-diff out
|
||
|
||
redef exit_only_after_terminate = T;
|
||
|
||
redef InputAscii::separator = "|";
|
||
redef InputAscii::set_separator = ",";
|
||
redef InputAscii::empty_field = "(empty)";
|
||
redef InputAscii::unset_field = "-";
|
||
|
||
# @TEST-START-FILE input.log
|
||
#separator |
|
||
#set_separator|,
|
||
#empty_field|(empty)
|
||
#unset_field|-
|
||
#path|ssh
|
||
#open|2012-07-20-01-49-19
|
||
#fields|data|data2
|
||
#types|string|string
|
||
abc\x0a\xffdef|DATA2
|
||
abc\x7c\xffdef|DATA2
|
||
abc\xff\x7cdef|DATA2
|
||
abc\x00\x00\x00\xff\x7cdef|DATA3
|
||
abcd |