Witness: start to implement V2
[wireshark-wip.git] / epan / dissectors / packet-dcerpc-witness.h
blob30465118a50279298c0c440326af8a20dfb964ec
1 /* autogenerated by pidl */
3 /* DO NOT EDIT
4 This filter was automatically generated
5 from pidl/witness.idl and pidl/witness.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
14 #include "packet-dcerpc-misc.h"
16 #ifndef __PACKET_DCERPC_WITNESS_H
17 #define __PACKET_DCERPC_WITNESS_H
19 #define WITNESS_V1 (0x00010001)
20 #define WITNESS_V2 (0x00020000)
21 extern const value_string witness_witness_version_vals[];
22 int witness_dissect_enum_version(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_);
23 #define UNKNOWN (0x00)
24 #define AVAILABLE (0x01)
25 #define UNAVAILABLE (0xff)
26 extern const value_string witness_witness_interfaceInfo_state_vals[];
27 int witness_dissect_enum_interfaceInfo_state(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_);
28 int witness_dissect_bitmap_interfaceInfo_flags(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_);
29 int witness_dissect_struct_interfaceInfo(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_);
30 int witness_dissect_struct_interfaceList(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_);
31 #define RESOURCE_CHANGE (1)
32 #define CLIENT_MOVE (2)
33 #define SHARE_MOVE (3)
34 #define IP_CHANGE (4)
35 extern const value_string witness_witness_notifyResponse_type_vals[];
36 int witness_dissect_enum_notifyResponse_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_);
37 int witness_dissect_struct_notifyResponse(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_);
38 #endif /* __PACKET_DCERPC_WITNESS_H */