mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
libcli/smb: add SMB2_DIALECT_REVISION_224
This is specified in the new [MS-SMB2] preview document. metze
This commit is contained in:
parent
e34989eeb2
commit
5bc242f4a2
@ -77,6 +77,7 @@
|
||||
#define SMB2_DIALECT_REVISION_202 0x0202
|
||||
#define SMB2_DIALECT_REVISION_210 0x0210
|
||||
#define SMB2_DIALECT_REVISION_222 0x0222
|
||||
#define SMB2_DIALECT_REVISION_224 0x0224
|
||||
#define SMB2_DIALECT_REVISION_2FF 0x02FF
|
||||
|
||||
/* SMB2 negotiate security_mode */
|
||||
|
Loading…
Reference in New Issue
Block a user