mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Adding comments specific to client security data in record definition.
This commit is contained in:
parent
326ff6f6c0
commit
ab4becc454
1 changed files with 3 additions and 0 deletions
|
@ -4276,8 +4276,11 @@ export {
|
||||||
dig_product_id: string &optional;
|
dig_product_id: string &optional;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
## The TS_UD_CS_SEC data block contains security-related information used to advertise client cryptographic support.
|
||||||
type RDP::ClientSecurityData: record {
|
type RDP::ClientSecurityData: record {
|
||||||
|
## Cryptographic encryption methods supported by the client and used in conjunction with Standard RDP Security.
|
||||||
encryption_methods: count;
|
encryption_methods: count;
|
||||||
|
## Only used in French locale and designates the encryption method. If set then encryption methods should be set to 0.
|
||||||
ext_encryption_methods: count;
|
ext_encryption_methods: count;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue