aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-winreg.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-02-15 09:33:12 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-02-15 09:33:12 +0000
commit02a8ed7abc05ba1501fa319f52d07b7410f282d0 (patch)
tree4bb28288382575adcc865a7a014922ee52d2dab8 /epan/dissectors/packet-dcerpc-winreg.h
parentb068c93dea0accb5eab002701d4d278d8c7ed23c (diff)
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
Diffstat (limited to 'epan/dissectors/packet-dcerpc-winreg.h')
-rw-r--r--epan/dissectors/packet-dcerpc-winreg.h4
1 files changed, 0 insertions, 4 deletions
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)