11 #include "packet-dcerpc-misc.h"
13 #ifndef __PACKET_DCERPC_WITNESS_H
14 #define __PACKET_DCERPC_WITNESS_H
16 #define WITNESS_V1 (0x00010001)
17 #define WITNESS_V2 (0x00020000)
18 #define WITNESS_UNSPECIFIED_VERSION (0xFFFFFFFF)
19 extern const value_string witness_witness_version_vals[];
21 #define WITNESS_STATE_UNKNOWN (0x00)
22 #define WITNESS_STATE_AVAILABLE (0x01)
23 #define WITNESS_STATE_UNAVAILABLE (0xff)
24 extern const value_string witness_witness_interfaceInfo_state_vals[];
25 int witness_dissect_enum_interfaceInfo_state(
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_, guint16 *param _U_);
26 int witness_dissect_bitmap_interfaceInfo_flags(
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_);
27 int witness_dissect_struct_interfaceInfo(
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_);
28 int witness_dissect_struct_interfaceList(
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_);
29 #define WITNESS_NOTIFY_RESOURCE_CHANGE (1)
30 #define WITNESS_NOTIFY_CLIENT_MOVE (2)
31 #define WITNESS_NOTIFY_SHARE_MOVE (3)
32 #define WITNESS_NOTIFY_IP_CHANGE (4)
33 extern const value_string witness_witness_notifyResponse_type_vals[];
34 int witness_dissect_enum_notifyResponse_type(
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 WITNESS_RESOURCE_STATE_UNKNOWN (0x00)
36 #define WITNESS_RESOURCE_STATE_AVAILABLE (0x01)
37 #define WITNESS_RESOURCE_STATE_UNAVAILABLE (0xff)
38 extern const value_string witness_witness_ResourceChange_type_vals[];
39 int witness_dissect_enum_ResourceChange_type(
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 witness_dissect_struct_ResourceChange(
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 int witness_dissect_bitmap_IPaddrInfo_flags(
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_);
42 int witness_dissect_struct_IPaddrInfo(
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_);
43 int witness_dissect_struct_IPaddrInfoList(
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_);
44 int witness_dissect_struct_notifyResponse(
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_);
45 int witness_dissect_bitmap_RegisterEx_flags(
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_);
Definition: packet-dcerpc.h:154
Definition: packet_info.h:44
Definition: value_string.h:26
Definition: tvbuff-int.h:35