Fixing types.

Added handling for fields sub fields.

Added test script and output.
This commit is contained in:
jatkinosn 2019-06-20 10:47:05 -04:00
parent 7b42c3a201
commit 3a19af86c5
5 changed files with 52 additions and 4 deletions

View file

@ -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.