mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Clarify the cookie field's origin in the RDP log.
This commit is contained in:
parent
0c60f2a70a
commit
2ca0fb6539
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ export {
|
||||||
## The connection's 4-tuple of endpoint addresses/ports.
|
## The connection's 4-tuple of endpoint addresses/ports.
|
||||||
id: conn_id &log;
|
id: conn_id &log;
|
||||||
## Cookie value used by the client machine.
|
## Cookie value used by the client machine.
|
||||||
## This is typically a username.
|
## This is typically a username, but note that it will often
|
||||||
|
## be truncated on the wire, to a maximum of 9 characters.
|
||||||
cookie: string &log &optional;
|
cookie: string &log &optional;
|
||||||
## Status result for the connection. It's a mix between
|
## Status result for the connection. It's a mix between
|
||||||
## RDP negotiation failure messages and GCC server create
|
## RDP negotiation failure messages and GCC server create
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue