From 5bc242f4a20893899c417ed24c18ef9a48759594 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 22 Dec 2011 13:07:48 +0100 Subject: [PATCH] libcli/smb: add SMB2_DIALECT_REVISION_224 This is specified in the new [MS-SMB2] preview document. metze --- libcli/smb/smb2_constants.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.34.1