aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2011-08-11 08:14:23 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2011-08-11 08:14:23 +0000
commitb86507fa3fd706885aba875578ff21d646eada91 (patch)
tree3073e544ec347195325f905df6b7113dc6a08f42 /epan/dissectors
parent427624780e8c450436ef306401d47ae10ee2c240 (diff)
Generate the MISC definitions for dcerpc and include the header file in the build
svn path=/trunk/; revision=38475
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/Makefile.common1
-rw-r--r--epan/dissectors/packet-dcerpc-misc.h45
-rw-r--r--epan/dissectors/pidl/Makefile.am3
3 files changed, 49 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 8d691e4429..f41296280b 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -80,6 +80,7 @@ PIDL_DISSECTOR_INCLUDES = \
packet-dcerpc-eventlog.h \
packet-dcerpc-initshutdown.h \
packet-dcerpc-lsa.h \
+ packet-dcerpc-misc.h \
packet-dcerpc-nspi.h \
packet-dcerpc-rfr.h \
packet-dcerpc-srvsvc.h \
diff --git a/epan/dissectors/packet-dcerpc-misc.h b/epan/dissectors/packet-dcerpc-misc.h
new file mode 100644
index 0000000000..ae0c81a380
--- /dev/null
+++ b/epan/dissectors/packet-dcerpc-misc.h
@@ -0,0 +1,45 @@
+/* autogenerated by pidl */
+
+/* DO NOT EDIT
+ This filter was automatically generated
+ from misc.idl and misc.cnf.
+
+ Pidl is a perl based IDL compiler for DCE/RPC idl files.
+ It is maintained by the Samba team, not the Wireshark team.
+ Instructions on how to download and install Pidl can be
+ found at http://wiki.wireshark.org/Pidl
+*/
+
+
+#ifndef __PACKET_DCERPC_MISC_H
+#define __PACKET_DCERPC_MISC_H
+
+int misc_dissect_struct_GUID(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_);
+int misc_dissect_struct_ndr_syntax_id(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_);
+int misc_dissect_struct_policy_handle(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_);
+#define SEC_CHAN_NULL (0)
+#define SEC_CHAN_LOCAL (1)
+#define SEC_CHAN_WKSTA (2)
+#define SEC_CHAN_DNS_DOMAIN (3)
+#define SEC_CHAN_DOMAIN (4)
+#define SEC_CHAN_LANMAN (5)
+#define SEC_CHAN_BDC (6)
+#define SEC_CHAN_RODC (7)
+extern const value_string misc_netr_SchannelType_vals[];
+int misc_dissect_enum_netr_SchannelType(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 *param _U_);
+int misc_dissect_struct_KRB5_EDATA_NTSTATUS(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_);
+#define REG_NONE (0)
+#define REG_SZ (1)
+#define REG_EXPAND_SZ (2)
+#define REG_BINARY (3)
+#define REG_DWORD (4)
+#define REG_DWORD_BIG_ENDIAN (5)
+#define REG_LINK (6)
+#define REG_MULTI_SZ (7)
+#define REG_RESOURCE_LIST (8)
+#define REG_FULL_RESOURCE_DESCRIPTOR (9)
+#define REG_RESOURCE_REQUIREMENTS_LIST (10)
+#define REG_QWORD (11)
+extern const value_string misc_winreg_Type_vals[];
+int misc_dissect_enum_winreg_Type(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 *param _U_);
+#endif /* __PACKET_DCERPC_MISC_H */
diff --git a/epan/dissectors/pidl/Makefile.am b/epan/dissectors/pidl/Makefile.am
index f37c183575..d70e4d1515 100644
--- a/epan/dissectors/pidl/Makefile.am
+++ b/epan/dissectors/pidl/Makefile.am
@@ -37,12 +37,15 @@ EXTRA_DIST = \
efs.idl \
eventlog.cnf \
eventlog.idl \
+ frsrpc.cnf \
+ frsrpc.idl \
frstrans.cnf \
frstrans.idl \
idl_types.h \
initshutdown.idl \
lsa.cnf \
lsa.idl \
+ misc.idl \
samr.cnf \
samr.idl \
srvsvc.cnf \