mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Increase size of proto fields to uint16_t, add common default value
This commit is contained in:
parent
f762a45e83
commit
d0896e81d6
36 changed files with 110 additions and 110 deletions
|
@ -14,7 +14,7 @@ static-prefix-2-UK.log
|
|||
#open XXXX-XX-XX-XX-XX-XX
|
||||
#fields t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
||||
#types time addr port addr port string string
|
||||
XXXXXXXXXX.XXXXXX - - - - success BR
|
||||
XXXXXXXXXX.XXXXXX 1.2.3.4 1234 2.3.4.5 80 success BR
|
||||
#close XXXX-XX-XX-XX-XX-XX
|
||||
#separator \x09
|
||||
#set_separator ,
|
||||
|
@ -24,7 +24,7 @@ XXXXXXXXXX.XXXXXX - - - - success BR
|
|||
#open XXXX-XX-XX-XX-XX-XX
|
||||
#fields t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
||||
#types time addr port addr port string string
|
||||
XXXXXXXXXX.XXXXXX - - - - failure MX3
|
||||
XXXXXXXXXX.XXXXXX 1.2.3.4 1234 2.3.4.5 80 failure MX3
|
||||
#close XXXX-XX-XX-XX-XX-XX
|
||||
#separator \x09
|
||||
#set_separator ,
|
||||
|
@ -34,7 +34,7 @@ XXXXXXXXXX.XXXXXX - - - - failure MX3
|
|||
#open XXXX-XX-XX-XX-XX-XX
|
||||
#fields t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
||||
#types time addr port addr port string string
|
||||
XXXXXXXXXX.XXXXXX - - - - success unknown
|
||||
XXXXXXXXXX.XXXXXX 1.2.3.4 1234 2.3.4.5 80 success unknown
|
||||
#close XXXX-XX-XX-XX-XX-XX
|
||||
#separator \x09
|
||||
#set_separator ,
|
||||
|
@ -44,7 +44,7 @@ XXXXXXXXXX.XXXXXX - - - - success unknown
|
|||
#open XXXX-XX-XX-XX-XX-XX
|
||||
#fields t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
||||
#types time addr port addr port string string
|
||||
XXXXXXXXXX.XXXXXX - - - - failure MX
|
||||
XXXXXXXXXX.XXXXXX 1.2.3.4 1234 2.3.4.5 80 failure MX
|
||||
#close XXXX-XX-XX-XX-XX-XX
|
||||
#separator \x09
|
||||
#set_separator ,
|
||||
|
@ -54,7 +54,7 @@ XXXXXXXXXX.XXXXXX - - - - failure MX
|
|||
#open XXXX-XX-XX-XX-XX-XX
|
||||
#fields t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
||||
#types time addr port addr port string string
|
||||
XXXXXXXXXX.XXXXXX - - - - failure US
|
||||
XXXXXXXXXX.XXXXXX 1.2.3.4 1234 2.3.4.5 80 failure US
|
||||
#close XXXX-XX-XX-XX-XX-XX
|
||||
#separator \x09
|
||||
#set_separator ,
|
||||
|
@ -64,7 +64,7 @@ XXXXXXXXXX.XXXXXX - - - - failure US
|
|||
#open XXXX-XX-XX-XX-XX-XX
|
||||
#fields t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
||||
#types time addr port addr port string string
|
||||
XXXXXXXXXX.XXXXXX - - - - failure MX2
|
||||
XXXXXXXXXX.XXXXXX 1.2.3.4 1234 2.3.4.5 80 failure MX2
|
||||
#close XXXX-XX-XX-XX-XX-XX
|
||||
#separator \x09
|
||||
#set_separator ,
|
||||
|
@ -74,5 +74,5 @@ XXXXXXXXXX.XXXXXX - - - - failure MX2
|
|||
#open XXXX-XX-XX-XX-XX-XX
|
||||
#fields t id.orig_h id.orig_p id.resp_h id.resp_p status country
|
||||
#types time addr port addr port string string
|
||||
XXXXXXXXXX.XXXXXX - - - - failure UK
|
||||
XXXXXXXXXX.XXXXXX 1.2.3.4 1234 2.3.4.5 80 failure UK
|
||||
#close XXXX-XX-XX-XX-XX-XX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue