the policy handles created/opened in CreateKey and OpenKey are now called "handle...
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>
Mon, 19 Feb 2007 08:26:27 +0000 (08:26 -0000)
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>
Mon, 19 Feb 2007 08:26:27 +0000 (08:26 -0000)
update the conformance file so the correct functions are loaded with the correct PARAM value to signal "in this frame, this policy handle was created"

svn path=/trunk/; revision=20857

epan/dissectors/packet-dcerpc-winreg.c
epan/dissectors/pidl/winreg.cnf

index fedf233a21f94a37e7977c297ffe1df3b30f8686..12a5098a235ae7b1c588d0f10bd2aab9b26fd58c 100644 (file)
@@ -1259,7 +1259,7 @@ winreg_dissect_element_CreateKey_handle(tvbuff_t *tvb, int offset, packet_info *
 static int
 winreg_dissect_element_CreateKey_handle_(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep)
 {
-       offset = dissect_nt_policy_hnd(tvb, offset, pinfo, tree, drep, hf_winreg_handle, NULL, NULL, 0&0x01, 0&0x02);
+       offset = dissect_nt_policy_hnd(tvb, offset, pinfo, tree, drep, hf_winreg_handle, NULL, NULL, 0x0001&0x01, 0x0001&0x02);
 
        return offset;
 }
@@ -1323,7 +1323,7 @@ winreg_dissect_element_CreateKey_new_handle(tvbuff_t *tvb, int offset, packet_in
 static int
 winreg_dissect_element_CreateKey_new_handle_(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep)
 {
-       offset = dissect_nt_policy_hnd(tvb, offset, pinfo, tree, drep, hf_winreg_winreg_CreateKey_new_handle, NULL, NULL, 0x0001&0x01, 0x0001&0x02);
+       offset = dissect_nt_policy_hnd(tvb, offset, pinfo, tree, drep, hf_winreg_winreg_CreateKey_new_handle, NULL, NULL, 0&0x01, 0&0x02);
 
        return offset;
 }
@@ -2138,7 +2138,7 @@ winreg_dissect_element_OpenKey_handle(tvbuff_t *tvb, int offset, packet_info *pi
 static int
 winreg_dissect_element_OpenKey_handle_(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep)
 {
-       offset = dissect_nt_policy_hnd(tvb, offset, pinfo, tree, drep, hf_winreg_handle, NULL, NULL, 0&0x01, 0&0x02);
+       offset = dissect_nt_policy_hnd(tvb, offset, pinfo, tree, drep, hf_winreg_handle, NULL, NULL, 0x0001&0x01, 0x0001&0x02);
 
        return offset;
 }
index b64de70b6c15f1d617f67ea3f834d7c59c703f7d..276957c261d97b8b86ace3683f9f79eea660a646 100644 (file)
@@ -89,8 +89,8 @@ PARAM_VALUE winreg_dissect_element_OpenHKCC_handle_ 0x0001
 PARAM_VALUE winreg_dissect_element_OpenHKDD_handle_ 0x0001
 PARAM_VALUE winreg_dissect_element_OpenHKPT_handle_ 0x0001
 PARAM_VALUE winreg_dissect_element_OpenHKPN_handle_ 0x0001
-PARAM_VALUE winreg_dissect_element_CreateKey_new_handle_ 0x0001
-PARAM_VALUE winreg_dissect_element_OpenKey_new_handle_ 0x0001
+PARAM_VALUE winreg_dissect_element_CreateKey_handle_ 0x0001
+PARAM_VALUE winreg_dissect_element_OpenKey_handle_ 0x0001
 # Policyhandles are closed in these functions (close==0x0002)
 PARAM_VALUE winreg_dissect_element_CloseKey_handle_ 0x0002
 PARAM_VALUE winreg_dissect_element_DeleteKey_handle_ 0x0002