Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-bthci_sco.h
blob2f63743b5794d71091c5baa021264a61bde1bbf0
1 /* packet-bthci_sco.h
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 1998 Gerald Combs
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
10 #ifndef __PACKET_BTHCI_SCO_H__
11 #define __PACKET_BTHCI_SCO_H__
13 extern wmem_tree_t *bthci_sco_stream_numbers;
15 typedef struct _bthci_sco_stream_number_t {
16 uint32_t stream_number;
17 } bthci_sco_stream_number_t;
19 #endif
22 * Editor modelines - https://www.wireshark.org/tools/modelines.html
24 * Local variables:
25 * c-basic-offset: 4
26 * tab-width: 8
27 * indent-tabs-mode: nil
28 * End:
30 * vi: set shiftwidth=4 tabstop=8 expandtab:
31 * :indentSize=4:tabSize=8:noTabs=true: