aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-lsa.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-13 21:23:46 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-13 21:23:46 +0000
commit7f5567a6058cc306e7257eedfe11ab1c96ad7abc (patch)
treeaf467c4c90ad4b09ee3eed3470bcb6dff4e7f127 /epan/dissectors/packet-dcerpc-lsa.h
parent386c5ba6c6ce20695786bc71c6e75a60f98fcd03 (diff)
lsarpc_dissect_sec_desc_buf() and lsarpc_dissect_struct_dom_sid2() are
used in the Netlogon dissector, so don't make them static. Now that we've added HEADER START/HEADER END to Pidl, use it to declare those routines in packet-dcerpc-lsa.h. Don't declare them in packet-dcerpc-netlogon.c, as they're now declared in the header. svn path=/trunk/; revision=54723
Diffstat (limited to 'epan/dissectors/packet-dcerpc-lsa.h')
-rw-r--r--epan/dissectors/packet-dcerpc-lsa.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/epan/dissectors/packet-dcerpc-lsa.h b/epan/dissectors/packet-dcerpc-lsa.h
index 224dc5a897..d16379e60a 100644
--- a/epan/dissectors/packet-dcerpc-lsa.h
+++ b/epan/dissectors/packet-dcerpc-lsa.h
@@ -1,7 +1,5 @@
-/* autogenerated by pidl */
-
/* DO NOT EDIT
- This filter was automatically generated
+ This file was automatically generated by Pidl
from lsa.idl and lsa.cnf.
Pidl is a perl based IDL compiler for DCE/RPC idl files.
@@ -174,4 +172,9 @@ extern const value_string lsarpc_lsa_ForestTrustRecordType_vals[];
int lsarpc_dissect_enum_lsa_ForestTrustRecordType(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_, int hf_index _U_, guint32 *param _U_);
int lsarpc_dissect_struct_lsa_ForestTrustRecord(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, dcerpc_info* di _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_);
int lsarpc_dissect_struct_lsa_ForestTrustInformation(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, dcerpc_info* di _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_);
+extern int
+lsarpc_dissect_sec_desc_buf(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info* di, guint8 *drep);
+extern int
+lsarpc_dissect_struct_dom_sid2(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info* di, guint8 *drep, int unused1, int unused2);
+
#endif /* __PACKET_DCERPC_LSARPC_H */