mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Add conn.log entries for connections with unhandled IP protocols
This commit is contained in:
parent
a96515a2e8
commit
35ec9733c0
422 changed files with 97715 additions and 97282 deletions
|
@ -7,9 +7,9 @@
|
|||
#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 1.2.3.4 1234 2.3.4.5 80 success unknown
|
||||
XXXXXXXXXX.XXXXXX 1.2.3.4 1234 2.3.4.5 80 failure US
|
||||
XXXXXXXXXX.XXXXXX 1.2.3.4 1234 2.3.4.5 80 failure UK
|
||||
XXXXXXXXXX.XXXXXX 1.2.3.4 1234 2.3.4.5 80 success BR
|
||||
XXXXXXXXXX.XXXXXX 1.2.3.4 1234 2.3.4.5 80 failure MX
|
||||
XXXXXXXXXX.XXXXXX - - - - success unknown
|
||||
XXXXXXXXXX.XXXXXX - - - - failure US
|
||||
XXXXXXXXXX.XXXXXX - - - - failure UK
|
||||
XXXXXXXXXX.XXXXXX - - - - success BR
|
||||
XXXXXXXXXX.XXXXXX - - - - failure MX
|
||||
#close XXXX-XX-XX-XX-XX-XX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue