Author: tpot
Date: 2005-10-27 07:32:04 +0000 (Thu, 27 Oct 2005)
New Revision: 11318

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11318

Log:
Tweak import statement for decoding KeySecurityData as a NT security
descriptor in ethereal.

Modified:
   branches/SAMBA_4_0/source/librpc/idl/winreg.cnf


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/winreg.cnf
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/winreg.cnf     2005-10-27 05:33:49 UTC 
(rev 11317)
+++ branches/SAMBA_4_0/source/librpc/idl/winreg.cnf     2005-10-27 07:32:04 UTC 
(rev 11318)
@@ -51,4 +51,4 @@
 HF_RENAME hf_winreg_winreg_OpenHKPT_handle hf_winreg_handle
 HF_RENAME hf_winreg_winreg_OpenHKPN_handle hf_winreg_handle
 
-IMPORT KeySecurityData.data offset = dissect_nt_sec_desc(tvb, offset, pinfo, 
tree, drep, FALSE, -1, NULL);
+IMPORT KeySecurityData.data if (((dcerpc_info 
*)pinfo->private_data)->conformant_run) return offset; offset = 
dissect_nt_sec_desc(tvb, offset, pinfo, tree, drep, FALSE, -1, NULL);

Reply via email to