mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08: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,4 +1,4 @@
|
|||
1|-42|SSH::LOG|21|123|10.0.0.0/24|1.2.3.4|3.14|1469128060.6589|100.0|hurz|2,4,1,3|BB,AA,CC|(empty)|10,20,30|(empty)|SSH::foo
|
||||
1|-42|SSH::LOG|21|123|10.0.0.0/24|1.2.3.4|3.14|1559847346.10295|100.0|hurz|4,2,3,1|CC,BB,AA|(empty)|10,20,30|(empty)|SSH::foo
|
||||
{
|
||||
if (0 < SSH::i)
|
||||
return (Foo);
|
||||
|
@ -6,7 +6,7 @@ else
|
|||
return (Bar);
|
||||
|
||||
}
|
||||
1|-42|SSH::LOG|21|123|10.0.0.0/24|1.2.3.4|3.14|1469128060.6589|100.0|hurz|2,4,1,3|BB,AA,CC|(empty)|10,20,30|(empty)|SSH::foo
|
||||
1|-42|SSH::LOG|21|123|10.0.0.0/24|1.2.3.4|3.14|1559847346.10295|100.0|hurz|4,2,3,1|CC,BB,AA|(empty)|10,20,30|(empty)|SSH::foo
|
||||
{
|
||||
if (0 < SSH::i)
|
||||
return (Foo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue