From 44dcad7310b3cc1625be1fbdf90e3c069c55764f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 5 May 2012 09:33:19 +0200 Subject: [PATCH] libcli/smb: add SMB3_DIALECT_REVISION_300 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 b472c765935..f4e8b0286d8 100644 --- a/libcli/smb/smb2_constants.h +++ b/libcli/smb/smb2_constants.h @@ -79,6 +79,7 @@ #define SMB2_DIALECT_REVISION_210 0x0210 #define SMB2_DIALECT_REVISION_222 0x0222 #define SMB2_DIALECT_REVISION_224 0x0224 +#define SMB3_DIALECT_REVISION_300 0x0300 #define SMB2_DIALECT_REVISION_2FF 0x02FF /* SMB2 negotiate security_mode */ -- 2.34.1