diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-12-22 13:07:48 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-12-22 15:58:45 +0100 |
commit | 5bc242f4a20893899c417ed24c18ef9a48759594 (patch) | |
tree | accd656622ed65d3b30d84f93c73ca5c5101986a /libcli | |
parent | e34989eeb261627115d49dd760f7db92ffc96abe (diff) | |
download | samba-5bc242f4a20893899c417ed24c18ef9a48759594.tar.gz samba-5bc242f4a20893899c417ed24c18ef9a48759594.tar.bz2 samba-5bc242f4a20893899c417ed24c18ef9a48759594.zip |
libcli/smb: add SMB2_DIALECT_REVISION_224
This is specified in the new [MS-SMB2] preview document.
metze
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/smb/smb2_constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h index 947520fdc5..6699dd79ef 100644 --- a/libcli/smb/smb2_constants.h +++ b/libcli/smb/smb2_constants.h @@ -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 */ |