Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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 <gerald@wireshark.org>
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
;
15
typedef
struct
_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