From 0bdd18efc91a926a270cb9661c8a2b743e123a63 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 27 Feb 2012 02:17:20 +0100 Subject: libcli:smb: define DH2Q and DH2C tags for smb2 extra create blobs These are the tags for the SMB2_CREATE_DURABLE_HANDLE_REQUEST_V2 and SMB2_CREATE_DURABLE_HANDLE_RECONNECT_V2, the second version of the SMB2_CREATE_DURABLE_HANDLE_REQUEST (DHnQ) and SMB2_CREATE_DURABLE_HANDLE_RECONNECT (DHnC), which are only available for SMB 2.2 (and newer). --- libcli/smb/smb2_constants.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcli/smb') diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h index b8180cec6c..e1f2419fb9 100644 --- a/libcli/smb/smb2_constants.h +++ b/libcli/smb/smb2_constants.h @@ -160,6 +160,8 @@ #define SMB2_CREATE_TAG_TWRP "TWrp" #define SMB2_CREATE_TAG_QFID "QFid" #define SMB2_CREATE_TAG_RQLS "RqLs" +#define SMB2_CREATE_TAG_DH2Q "DH2Q" +#define SMB2_CREATE_TAG_DH2C "DH2C" /* SMB2 notify flags */ #define SMB2_WATCH_TREE 0x0001 -- cgit