mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Make conn.log service field ordered
This changes service set in the connection record, and thus also the conn.log service field to being ordered. Speficically, the order of the entries in the service field will be the same order in which protocols will be confirmed. This means that it now is possible to see which protocols were layered over each other in which order by looking at the respective conn.log entry.
This commit is contained in:
parent
c72c1cba6f
commit
ac7bbe6949
33 changed files with 44 additions and 40 deletions
|
@ -27,8 +27,10 @@ export {
|
|||
id: conn_id &log;
|
||||
## The transport layer protocol of the connection.
|
||||
proto: transport_proto &log;
|
||||
## An identification of an application protocol being sent over
|
||||
## the connection.
|
||||
## The identification of the application protocol(s) being sent over
|
||||
## the connection. Can list more than one protocol separated with
|
||||
## colons. Protocols listed are in the order in which they are
|
||||
## confirmed.
|
||||
service: string &log &optional;
|
||||
## How long the connection lasted.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue