Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-smb-mailslot.h
blob850b4b3d61303fbd5cb5da2172460456551434a6
1 /* packet-smb-mailslot.h
2 * Declaration of routines for SMB mailslot packet dissection
3 * Copyright 2000, Jeffrey C. Foster <jfoste@woodward.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_MAILSLOT_H_
13 #define _PACKET_SMB_MAILSLOT_H_
15 bool
16 dissect_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);
20 #endif