Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-smb-mailslot.h
1/* packet-smb-mailslot.h
2 * Declaration of routines for SMB mailslot packet dissection
3 * Copyright 2000, Jeffrey C. Foster <[email protected]>
4 *
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <[email protected]>
7 * Copyright 1998 Gerald Combs
8 *
9 * SPDX-License-Identifier: GPL-2.0-or-later
10 */
11
12#ifndef _PACKET_SMB_MAILSLOT_H_
13#define _PACKET_SMB_MAILSLOT_H_
14
15bool
16dissect_mailslot_smb(tvbuff_t *total_tvb, tvbuff_t *setup_tvb,
17 tvbuff_t *tvb, const char *mailslot,
18 packet_info *pinfo, proto_tree *tree, smb_info_t* smb_info);
19
20#endif
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
Definition packet-smb.h:251