1 /* packet-dcom-dispatch.h
2 * Routines for DCOM IDispatch
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
11 /* see packet-dcom.c for details about DCOM */
13 #ifndef __PACKET_DCERPC_DCOM_DISPATCH_H
14 #define __PACKET_DCERPC_DCOM_DISPATCH_H
17 dissect_IDispatch_GetTypeInfoCount_resp(tvbuff_t
*tvb
, int offset
,
18 packet_info
*pinfo
, proto_tree
*tree
, dcerpc_info
*di
, uint8_t *drep
);
21 dissect_IDispatch_GetTypeInfo_rqst(tvbuff_t
*tvb
, int offset
,
22 packet_info
*pinfo
, proto_tree
*tree
, dcerpc_info
*di
, uint8_t *drep
);
25 dissect_IDispatch_GetTypeInfo_resp(tvbuff_t
*tvb
, int offset
,
26 packet_info
*pinfo
, proto_tree
*tree
, dcerpc_info
*di
, uint8_t *drep
);
29 dissect_IDispatch_GetIDsOfNames_rqst(tvbuff_t
*tvb
, int offset
,
30 packet_info
*pinfo
, proto_tree
*tree
, dcerpc_info
*di
, uint8_t *drep
);
33 dissect_IDispatch_GetIDsOfNames_resp(tvbuff_t
*tvb
, int offset
,
34 packet_info
*pinfo
, proto_tree
*tree
, dcerpc_info
*di
, uint8_t *drep
);
37 dissect_IDispatch_Invoke_rqst(tvbuff_t
*tvb
, int offset
,
38 packet_info
*pinfo
, proto_tree
*tree
, dcerpc_info
*di
, uint8_t *drep
);
41 dissect_IDispatch_Invoke_resp(tvbuff_t
*tvb
, int offset
,
42 packet_info
*pinfo
, proto_tree
*tree
, dcerpc_info
*di
, uint8_t *drep
);
44 #endif /* __PACKET_DCERPC_DCOM_DISPATCH_H */