mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +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.
11 lines
363 B
Text
11 lines
363 B
Text
#separator \x09
|
|
#set_separator ,
|
|
#empty_field (empty)
|
|
#unset_field -
|
|
#path test.success
|
|
#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 success BR
|
|
#close 2015-02-23-21-54-13
|