HACK: pinfo->private_data points to smb_info again
[wireshark-wip.git] / epan / dissectors / packet-dcerpc-dssetup.h
blobc91a4e297c90f1ea1394c649f697394bbf22723a
1 /* autogenerated by pidl */
3 /* DO NOT EDIT
4 This filter was automatically generated
5 from dssetup.idl and dssetup.cnf.
7 Pidl is a perl based IDL compiler for DCE/RPC idl files.
8 It is maintained by the Samba team, not the Wireshark team.
9 Instructions on how to download and install Pidl can be
10 found at http://wiki.wireshark.org/Pidl
12 $Id$
16 #include "packet-dcerpc-misc.h"
18 #ifndef __PACKET_DCERPC_DSSETUP_H
19 #define __PACKET_DCERPC_DSSETUP_H
21 #define DS_ROLE_STANDALONE_WORKSTATION (0)
22 #define DS_ROLE_MEMBER_WORKSTATION (1)
23 #define DS_ROLE_STANDALONE_SERVER (2)
24 #define DS_ROLE_MEMBER_SERVER (3)
25 #define DS_ROLE_BACKUP_DC (4)
26 #define DS_ROLE_PRIMARY_DC (5)
27 extern const value_string dssetup_dssetup_DsRole_vals[];
28 int dssetup_dissect_enum_DsRole(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_);
29 int dssetup_dissect_bitmap_DsRoleFlags(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_);
30 int dssetup_dissect_struct_DsRolePrimaryDomInfoBasic(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_);
31 #define DS_ROLE_NOT_UPGRADING (0)
32 #define DS_ROLE_UPGRADING (1)
33 extern const value_string dssetup_dssetup_DsUpgrade_vals[];
34 int dssetup_dissect_enum_DsUpgrade(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_);
35 #define DS_ROLE_PREVIOUS_UNKNOWN (0)
36 #define DS_ROLE_PREVIOUS_PRIMARY (1)
37 #define DS_ROLE_PREVIOUS_BACKUP (2)
38 extern const value_string dssetup_dssetup_DsPrevious_vals[];
39 int dssetup_dissect_enum_DsPrevious(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_);
40 int dssetup_dissect_struct_DsRoleUpgradeStatus(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_);
41 #define DS_ROLE_OP_IDLE (0)
42 #define DS_ROLE_OP_ACTIVE (1)
43 #define DS_ROLE_OP_NEEDS_REBOOT (2)
44 extern const value_string dssetup_dssetup_DsRoleOp_vals[];
45 int dssetup_dissect_enum_DsRoleOp(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_);
46 int dssetup_dissect_struct_DsRoleOpStatus(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_);
47 #define DS_ROLE_BASIC_INFORMATION (1)
48 #define DS_ROLE_UPGRADE_STATUS (2)
49 #define DS_ROLE_OP_STATUS (3)
50 extern const value_string dssetup_dssetup_DsRoleInfoLevel_vals[];
51 int dssetup_dissect_enum_DsRoleInfoLevel(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_);
52 #endif /* __PACKET_DCERPC_DSSETUP_H */