mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fixing types.
Added handling for fields sub fields. Added test script and output.
This commit is contained in:
parent
7b42c3a201
commit
3a19af86c5
5 changed files with 52 additions and 4 deletions
|
@ -4307,8 +4307,12 @@ export {
|
|||
};
|
||||
|
||||
type RDP::ClientClusterData: record {
|
||||
flags: count;
|
||||
redir_session_id: count;
|
||||
flags: count;
|
||||
redir_session_id: count;
|
||||
redir_supported: bool;
|
||||
svr_session_redir_version_mask: count;
|
||||
redir_sessionid_field_valid: count;
|
||||
redir_smartcard: bool;
|
||||
};
|
||||
|
||||
## The list of channels requested by the client.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue