libcli/smb: add SMB2_DIALECT_REVISION_224
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Dec 2011 12:07:48 +0000 (13:07 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 22 Dec 2011 14:58:45 +0000 (15:58 +0100)
This is specified in the new [MS-SMB2] preview document.

metze

libcli/smb/smb2_constants.h

index 947520fdc59025ba714b5e2e94add1200421c960..6699dd79ef404dc07e025274425005f2f440bd55 100644 (file)
@@ -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 */