From 02a8ed7abc05ba1501fa319f52d07b7410f282d0 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Thu, 15 Feb 2007 09:33:12 +0000 Subject: using the latest SVN of PIDL it is now possible to compile the corrected WINREG.IDL where QueryInfoKey responses are parsed correctly. (since we do not yet use all of the various idl files from s4 i commented out the import directove from the idl file since othervise it would generate #include directives for files we do not yet provide) svn path=/trunk/; revision=20816 --- epan/dissectors/packet-dcerpc-winreg.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'epan/dissectors/packet-dcerpc-winreg.h') diff --git a/epan/dissectors/packet-dcerpc-winreg.h b/epan/dissectors/packet-dcerpc-winreg.h index 5a3ab42336..7478882c20 100644 --- a/epan/dissectors/packet-dcerpc-winreg.h +++ b/epan/dissectors/packet-dcerpc-winreg.h @@ -14,10 +14,6 @@ #ifndef __PACKET_DCERPC_WINREG_H #define __PACKET_DCERPC_WINREG_H -#include "packet-dcerpc-lsa.h" - -#include "packet-dcerpc-initshutdown.h" - int winreg_dissect_bitmap_AccessMask(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param); #define REG_NONE (0) #define REG_SZ (1) -- cgit v1.2.3