epan/dissectors/pidl/samr/samr.cnf cnf_dissect_lsa_BinaryString => lsarpc_dissect_str...
[wireshark-sm.git] / epan / dissectors / packet-dcom-dispatch.h
blob81e01f0d83fd4612c08af2651802fa7a4ac0fe43
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
9 */
11 /* see packet-dcom.c for details about DCOM */
13 #ifndef __PACKET_DCERPC_DCOM_DISPATCH_H
14 #define __PACKET_DCERPC_DCOM_DISPATCH_H
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, uint8_t *drep);
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, uint8_t *drep);
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, uint8_t *drep);
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, uint8_t *drep);
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, uint8_t *drep);
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, uint8_t *drep);
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, uint8_t *drep);
44 #endif /* __PACKET_DCERPC_DCOM_DISPATCH_H */