1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r11318: Tweak import statement for decoding KeySecurityData as a NT security

descriptor in ethereal.
This commit is contained in:
Tim Potter 2005-10-27 07:32:04 +00:00 committed by Gerald (Jerry) Carter
parent 57f811115e
commit 5af1b6df0a

View File

@ -51,4 +51,4 @@ HF_RENAME hf_winreg_winreg_OpenHKDD_handle hf_winreg_handle
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);