Wireshark
4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
dissectors
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
13
extern
wmem_tree_t
*bthci_sco_stream_numbers;
14
15
typedef
struct
_bthci_sco_stream_number_t
{
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
*/
_bthci_sco_stream_number_t
Definition
packet-bthci_sco.h:15
_wmem_tree_t
Definition
wmem_tree-int.h:48
Generated by
1.9.8