mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Updated header format (see #558)
This commit is contained in:
parent
b723ecd0e0
commit
3b411b69f3
54 changed files with 358 additions and 337 deletions
|
@ -1,9 +1,9 @@
|
|||
PREFIX<>t|id.orig_h|id.orig_p|id.resp_h|id.resp_p|status|country|b
|
||||
PREFIX<>path:'ssh'
|
||||
PREFIX<>separator:'|'
|
||||
PREFIX<>t=time|id.orig_h=addr|id.orig_p=port|id.resp_h=addr|id.resp_p=port|status=string|country=string|b=bool
|
||||
1313294759.195743|1.2.3.4|1234|2.3.4.5|80|success|unknown|NOT-SET
|
||||
1313294759.195743|1.2.3.4|1234|2.3.4.5|80|NOT-SET|US|NOT-SET
|
||||
1313294759.195743|1.2.3.4|1234|2.3.4.5|80|failure|UK|NOT-SET
|
||||
1313294759.195743|1.2.3.4|1234|2.3.4.5|80|NOT-SET|BR|NOT-SET
|
||||
1313294759.195743|1.2.3.4|1234|2.3.4.5|80|failure|EMPTY|T
|
||||
PREFIX<>separator \x7c
|
||||
PREFIX<>fields|t|id.orig_h|id.orig_p|id.resp_h|id.resp_p|status|country|b
|
||||
PREFIX<>types|time|addr|port|addr|port|string|string|bool
|
||||
PREFIX<>path|ssh
|
||||
1314727948.493595|1.2.3.4|1234|2.3.4.5|80|success|unknown|NOT-SET
|
||||
1314727948.493595|1.2.3.4|1234|2.3.4.5|80|NOT-SET|US|NOT-SET
|
||||
1314727948.493595|1.2.3.4|1234|2.3.4.5|80|failure|UK|NOT-SET
|
||||
1314727948.493595|1.2.3.4|1234|2.3.4.5|80|NOT-SET|BR|NOT-SET
|
||||
1314727948.493595|1.2.3.4|1234|2.3.4.5|80|failure|EMPTY|T
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue