Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-dcom-dispatch.h
1/* packet-dcom-dispatch.h
2 * Routines for DCOM IDispatch
3 *
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <[email protected]>
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
16WS_DLL_PUBLIC int
17dissect_IDispatch_GetTypeInfoCount_resp(tvbuff_t *tvb, int offset,
18 packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep);
19
20WS_DLL_PUBLIC int
21dissect_IDispatch_GetTypeInfo_rqst(tvbuff_t *tvb, int offset,
22 packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep);
23
24WS_DLL_PUBLIC int
25dissect_IDispatch_GetTypeInfo_resp(tvbuff_t *tvb, int offset,
26 packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep);
27
28WS_DLL_PUBLIC int
29dissect_IDispatch_GetIDsOfNames_rqst(tvbuff_t *tvb, int offset,
30 packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep);
31
32WS_DLL_PUBLIC int
33dissect_IDispatch_GetIDsOfNames_resp(tvbuff_t *tvb, int offset,
34 packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep);
35
36WS_DLL_PUBLIC int
37dissect_IDispatch_Invoke_rqst(tvbuff_t *tvb, int offset,
38 packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep);
39
40WS_DLL_PUBLIC int
41dissect_IDispatch_Invoke_resp(tvbuff_t *tvb, int offset,
42 packet_info *pinfo, proto_tree *tree, dcerpc_info *di, uint8_t *drep);
43
44#endif /* __PACKET_DCERPC_DCOM_DISPATCH_H */
Definition packet-dcerpc.h:154
Definition packet_info.h:43
Definition proto.h:901
Definition tvbuff-int.h:35