Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-bthci_sco.h
1/* packet-bthci_sco.h
2 *
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <[email protected]>
5 * Copyright 1998 Gerald Combs
6 *
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
9
10#ifndef __PACKET_BTHCI_SCO_H__
11#define __PACKET_BTHCI_SCO_H__
12
13extern wmem_tree_t *bthci_sco_stream_numbers;
14
16 uint32_t stream_number;
17} bthci_sco_stream_number_t;
18
19#endif
20
21/*
22 * Editor modelines - https://www.wireshark.org/tools/modelines.html
23 *
24 * Local variables:
25 * c-basic-offset: 4
26 * tab-width: 8
27 * indent-tabs-mode: nil
28 * End:
29 *
30 * vi: set shiftwidth=4 tabstop=8 expandtab:
31 * :indentSize=4:tabSize=8:noTabs=true:
32 */
struct _wmem_tree_t wmem_tree_t
Opaque type representing a red-black tree in the wmem system.
Definition wmem_tree.h:49
Definition packet-bthci_sco.h:15