2 * Declarations of routines for SMB named pipe packet dissection
3 * Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef _PACKET_SMB_PIPE_H_
13 #define _PACKET_SMB_PIPE_H_
16 dissect_pipe_smb(tvbuff_t
*sp_tvb
, tvbuff_t
*s_tvb
, tvbuff_t
*pd_tvb
,
17 tvbuff_t
*p_tvb
, tvbuff_t
*d_tvb
, const char *pipe
,
18 packet_info
*pinfo
, proto_tree
*tree
, smb_info_t
*smb_info
);
20 dissect_pipe_dcerpc(tvbuff_t
*d_tvb
, packet_info
*pinfo
, proto_tree
*parent_tree
,
21 proto_tree
*tree
, uint32_t fid
, void *data
);