Define some fcns & vars as static...
[metze/wireshark/wip.git] / epan / dissectors / packet-dcerpc-dssetup.h
1 /* autogenerated by pidl */
2
3 /* DO NOT EDIT
4         This filter was automatically generated
5         from dssetup.idl and dssetup.cnf.
6         
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
11 */
12
13
14 #ifndef __PACKET_DCERPC_DSSETUP_H
15 #define __PACKET_DCERPC_DSSETUP_H
16
17 #define DS_ROLE_STANDALONE_WORKSTATION (0)
18 #define DS_ROLE_MEMBER_WORKSTATION (1)
19 #define DS_ROLE_STANDALONE_SERVER (2)
20 #define DS_ROLE_MEMBER_SERVER (3)
21 #define DS_ROLE_BACKUP_DC (4)
22 #define DS_ROLE_PRIMARY_DC (5)
23 extern const value_string dssetup_dssetup_DsRole_vals[];
24 int dssetup_dissect_enum_DsRole(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
25 int dssetup_dissect_bitmap_DsRoleFlags(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
26 int dssetup_dissect_struct_DsRolePrimaryDomInfoBasic(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_);
27 #define DS_ROLE_NOT_UPGRADING (0)
28 #define DS_ROLE_UPGRADING (1)
29 extern const value_string dssetup_dssetup_DsUpgrade_vals[];
30 int dssetup_dissect_enum_DsUpgrade(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
31 #define DS_ROLE_PREVIOUS_UNKNOWN (0)
32 #define DS_ROLE_PREVIOUS_PRIMARY (1)
33 #define DS_ROLE_PREVIOUS_BACKUP (2)
34 extern const value_string dssetup_dssetup_DsPrevious_vals[];
35 int dssetup_dissect_enum_DsPrevious(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
36 int dssetup_dissect_struct_DsRoleUpgradeStatus(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_);
37 #define DS_ROLE_OP_IDLE (0)
38 #define DS_ROLE_OP_ACTIVE (1)
39 #define DS_ROLE_OP_NEEDS_REBOOT (2)
40 extern const value_string dssetup_dssetup_DsRoleOp_vals[];
41 int dssetup_dissect_enum_DsRoleOp(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
42 int dssetup_dissect_struct_DsRoleOpStatus(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_);
43 #define DS_ROLE_BASIC_INFORMATION (1)
44 #define DS_ROLE_UPGRADE_STATUS (2)
45 #define DS_ROLE_OP_STATUS (3)
46 extern const value_string dssetup_dssetup_DsRoleInfoLevel_vals[];
47 int dssetup_dissect_enum_DsRoleInfoLevel(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
48 #endif /* __PACKET_DCERPC_DSSETUP_H */