From 622b75f4dceaeb5c7a0ef9396abaf6faf63ab443 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 6 Sep 2005 01:55:40 +0000 Subject: r10048: Dissect a security_secinfo as a uint32 just to get the winreg dissector compiling and linking. It's really an enum defined in security.idl. (This used to be commit b62811afcb85accf9ea0cf12f4b659cd9898e275) --- source4/librpc/idl/winreg.cnf | 1 + 1 file changed, 1 insertion(+) create mode 100644 source4/librpc/idl/winreg.cnf (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/winreg.cnf b/source4/librpc/idl/winreg.cnf new file mode 100644 index 0000000000..e767cc9909 --- /dev/null +++ b/source4/librpc/idl/winreg.cnf @@ -0,0 +1 @@ +IMPORT security_secinfo offset = dissect_ndr_uint32(tvb, offset, pinfo, tree, drep, hf_winreg_winreg_GetKeySecurity_sec_info, NULL); -- cgit