mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00

is present. Testcase crashes on unpatched versions of Bro. Found by Aaron Eppert <aeppert@gmail.com>. This (probably) fixes the crash issue with sqlite a few people have reported on the mailing list in the past.
14 lines
514 B
Text
14 lines
514 B
Text
#separator \x09
|
|
#set_separator ,
|
|
#empty_field (empty)
|
|
#unset_field -
|
|
#path test
|
|
#open 2015-02-23-21-54-13
|
|
#fields t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
|
#types time addr port addr port string string
|
|
1424728450.994495 1.2.3.4 1234 2.3.4.5 80 success unknown
|
|
1424728450.994495 1.2.3.4 1234 2.3.4.5 80 failure US
|
|
1424728450.994495 1.2.3.4 1234 2.3.4.5 80 failure UK
|
|
1424728450.994495 1.2.3.4 1234 2.3.4.5 80 success BR
|
|
1424728450.994495 1.2.3.4 1234 2.3.4.5 80 failure MX
|
|
#close 2015-02-23-21-54-13
|