mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Updating test baselines for new dictionary code due to changes in ordering of fields in the dictionary
This commit is contained in:
parent
10e4694f8e
commit
21872aef39
153 changed files with 1958 additions and 1962 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
default,
|
||||
f1
|
||||
f1,
|
||||
default
|
||||
}
|
||||
{
|
||||
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path ssh.failure
|
||||
#open 2012-07-20-01-49-21
|
||||
#open 2020-07-06-18-41-46
|
||||
#fields t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
||||
#types time addr port addr port string string
|
||||
1342748961.521536 1.2.3.4 1234 2.3.4.5 80 failure US
|
||||
1342748961.521536 1.2.3.4 1234 2.3.4.5 80 failure UK
|
||||
#close 2012-07-20-01-49-21
|
||||
1594060906.595605 1.2.3.4 1234 2.3.4.5 80 failure US
|
||||
1594060906.595605 1.2.3.4 1234 2.3.4.5 80 failure UK
|
||||
#close 2020-07-06-18-41-46
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path ssh
|
||||
#open 2012-07-20-01-49-21
|
||||
#open 2020-07-06-18-41-46
|
||||
#fields t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
||||
#types time addr port addr port string string
|
||||
1342748961.521536 1.2.3.4 1234 2.3.4.5 80 failure US
|
||||
1342748961.521536 1.2.3.4 1234 2.3.4.5 80 failure UK
|
||||
1342748961.521536 1.2.3.4 1234 2.3.4.5 80 failure BR
|
||||
#close 2012-07-20-01-49-21
|
||||
1594060906.595605 1.2.3.4 1234 2.3.4.5 80 failure US
|
||||
1594060906.595605 1.2.3.4 1234 2.3.4.5 80 failure UK
|
||||
1594060906.595605 1.2.3.4 1234 2.3.4.5 80 failure BR
|
||||
#close 2020-07-06-18-41-46
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue