Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-smb-browse.h
blob733672d3f3d32860cc975b86b851d9dc64fe0bec
1 /* packet-smb-browse.h
2 * Declaration of routines for SMB Browser 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_BROWSE_H_
13 #define _PACKET_SMB_BROWSE_H_
15 int
16 dissect_smb_server_type_flags(tvbuff_t *tvb, int offset, packet_info *pinfo,
17 proto_tree *parent_tree, uint8_t *drep,
18 bool infoflag);
20 #endif