mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
13 lines
356 B
Text
13 lines
356 B
Text
#separator \x09
|
|
#set_separator ,
|
|
#empty_field (empty)
|
|
#unset_field -
|
|
#path print_statements
|
|
#open 2020-07-06-18-41-39
|
|
#fields ts vals
|
|
#types time vector[string]
|
|
1594060899.862756 file "otherfile" of string,hello world \x2c
|
|
1594060899.862756 hello world \x2c
|
|
1594060899.862756 file "otherfile" of string,2,T
|
|
1594060899.862756 2,T
|
|
#close 2020-07-06-18-41-39
|