13#ifndef __PACKET_DCERPC_DCOM_DISPATCH_H
14#define __PACKET_DCERPC_DCOM_DISPATCH_H
16#include <epan/dissectors/packet-dcerpc.h>
19dissect_IDispatch_GetTypeInfoCount_resp(tvbuff_t *tvb,
unsigned offset,
20 packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep);
23dissect_IDispatch_GetTypeInfo_rqst(tvbuff_t *tvb,
unsigned offset,
24 packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep);
27dissect_IDispatch_GetTypeInfo_resp(tvbuff_t *tvb,
unsigned offset,
28 packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep);
31dissect_IDispatch_GetIDsOfNames_rqst(tvbuff_t *tvb,
unsigned offset,
32 packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep);
35dissect_IDispatch_GetIDsOfNames_resp(tvbuff_t *tvb,
unsigned offset,
36 packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep);
39dissect_IDispatch_Invoke_rqst(tvbuff_t *tvb,
unsigned offset,
40 packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep);
43dissect_IDispatch_Invoke_resp(tvbuff_t *tvb,
unsigned offset,
44 packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep);
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.