Add HP Switch Protocol SAP value
[obnox/wireshark/wip.git] / epan / dissectors / packet-dcerpc-winreg.h
1 /* autogenerated by pidl */
2
3 /* DO NOT EDIT
4         This filter was automatically generated
5         from winreg.idl and winreg.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_WINREG_H
15 #define __PACKET_DCERPC_WINREG_H
16
17 #include "packet-dcerpc-lsa.h"
18
19 #include "packet-dcerpc-initshutdown.h"
20
21 int winreg_dissect_bitmap_AccessMask(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 param);
22 #define REG_NONE (0)
23 #define REG_SZ (1)
24 #define REG_EXPAND_SZ (2)
25 #define REG_BINARY (3)
26 #define REG_DWORD (4)
27 #define REG_DWORD_BIG_ENDIAN (5)
28 #define REG_LINK (6)
29 #define REG_MULTI_SZ (7)
30 #define REG_RESOURCE_LIST (8)
31 #define REG_FULL_RESOURCE_DESCRIPTOR (9)
32 #define REG_RESOURCE_REQUIREMENTS_LIST (10)
33 #define REG_QWORD (11)
34 extern const value_string winreg_winreg_Type_vals[];
35 int winreg_dissect_enum_Type(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 *param);
36 int winreg_dissect_struct_String(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_);
37 int winreg_dissect_struct_KeySecurityData(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_);
38 int winreg_dissect_struct_SecBuf(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_);
39 #define REG_ACTION_NONE (0)
40 #define REG_CREATED_NEW_KEY (1)
41 #define REG_OPENED_EXISTING_KEY (2)
42 extern const value_string winreg_winreg_CreateAction_vals[];
43 int winreg_dissect_enum_CreateAction(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint8 *drep, int hf_index, guint32 *param);
44 int winreg_dissect_struct_StringBuf(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_);
45 int winreg_dissect_struct_QueryMultipleValue(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_);
46 #endif /* __PACKET_DCERPC_WINREG_H */