aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/pidl
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-02-19 08:26:27 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-02-19 08:26:27 +0000
commit1401a27b06ef8607de97ba0f593a1abe8249acfc (patch)
tree66cd8f609fc7a6655b571bee3967dbaa1cea8a3a /epan/dissectors/pidl
parente5df89bfc7712aedbe6ea6e8c1c3e352d14be1ea (diff)
the policy handles created/opened in CreateKey and OpenKey are now called "handle" and not "new_handle"
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
Diffstat (limited to 'epan/dissectors/pidl')
-rw-r--r--epan/dissectors/pidl/winreg.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/pidl/winreg.cnf b/epan/dissectors/pidl/winreg.cnf
index b64de70b6c..276957c261 100644
--- a/epan/dissectors/pidl/winreg.cnf
+++ b/epan/dissectors/pidl/winreg.cnf
@@ -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