mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Correct conn history field documentation
This commit is contained in:
parent
8bbe84a1b6
commit
b51e6f39dd
3 changed files with 11 additions and 4 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.5-655 | 2018-06-08 10:43:03 -0500
|
||||
|
||||
* Correct conn history field documentation (Corelight)
|
||||
|
||||
2.5-652 | 2018-06-07 13:57:23 -0500
|
||||
|
||||
* GH-131: disable krb ticket decryption on non-Linux (Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.5-652
|
||||
2.5-655
|
||||
|
|
|
@ -95,9 +95,12 @@ export {
|
|||
##
|
||||
## If the event comes from the originator, the letter is in
|
||||
## upper-case; if it comes from the responder, it's in
|
||||
## lower-case. Multiple packets of the same type will only be
|
||||
## noted once (e.g. we only record one "d" in each direction,
|
||||
## regardless of how many data packets were seen.)
|
||||
## lower-case. The 'a', 'c', 'd', 'i', 'q', and 't' flags are
|
||||
## recorded a maximum of one time in either direction regardless
|
||||
## of how many are actually seen. However, 'f', 'h', 'r', or
|
||||
## 's' may be recorded multiple times for either direction and
|
||||
## only compressed when sharing a sequence number with the
|
||||
## last-seen packet of the same flag type.
|
||||
history: string &log &optional;
|
||||
## Number of packets that the originator sent.
|
||||
## Only set if :bro:id:`use_conn_size_analyzer` = T.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue