Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-dcom-dispatch.h
1 /* packet-dcom-dispatch.h
2  * Routines for DCOM IDispatch
3  *
4  * Wireshark - Network traffic analyzer
5  * By Gerald Combs <gerald@wireshark.org>
6  * Copyright 1998 Gerald Combs
7  *
8  * SPDX-License-Identifier: GPL-2.0-or-later
9  */
10 
11 /* see packet-dcom.c for details about DCOM */
12 
13 #ifndef __PACKET_DCERPC_DCOM_DISPATCH_H
14 #define __PACKET_DCERPC_DCOM_DISPATCH_H
15 
16 WS_DLL_PUBLIC int
17 dissect_IDispatch_GetTypeInfoCount_resp(tvbuff_t *tvb, int offset,
18  packet_info *pinfo, proto_tree *tree, dcerpc_info *di, guint8 *drep);
19 
20 WS_DLL_PUBLIC int
21 dissect_IDispatch_GetTypeInfo_rqst(tvbuff_t *tvb, int offset,
22  packet_info *pinfo, proto_tree *tree, dcerpc_info *di, guint8 *drep);
23 
24 WS_DLL_PUBLIC int
25 dissect_IDispatch_GetTypeInfo_resp(tvbuff_t *tvb, int offset,
26  packet_info *pinfo, proto_tree *tree, dcerpc_info *di, guint8 *drep);
27 
28 WS_DLL_PUBLIC int
29 dissect_IDispatch_GetIDsOfNames_rqst(tvbuff_t *tvb, int offset,
30  packet_info *pinfo, proto_tree *tree, dcerpc_info *di, guint8 *drep);
31 
32 WS_DLL_PUBLIC int
33 dissect_IDispatch_GetIDsOfNames_resp(tvbuff_t *tvb, int offset,
34  packet_info *pinfo, proto_tree *tree, dcerpc_info *di, guint8 *drep);
35 
36 WS_DLL_PUBLIC int
37 dissect_IDispatch_Invoke_rqst(tvbuff_t *tvb, int offset,
38  packet_info *pinfo, proto_tree *tree, dcerpc_info *di, guint8 *drep);
39 
40 WS_DLL_PUBLIC int
41 dissect_IDispatch_Invoke_resp(tvbuff_t *tvb, int offset,
42  packet_info *pinfo, proto_tree *tree, dcerpc_info *di, guint8 *drep);
43 
44 #endif /* __PACKET_DCERPC_DCOM_DISPATCH_H */
Definition: packet-dcerpc.h:154
Definition: packet_info.h:44
Definition: proto.h:904
Definition: tvbuff-int.h:35