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
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-btbredr_rf.h
1
/* packet-btbredr_rf.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
typedef
struct
_reassembly_t
{
11
unsigned
segment_len_rem;
12
uint32_t l2cap_index;
13
unsigned
seqn : 1;
14
}
reassembly_t
;
10
typedef
struct
_reassembly_t
{
…
};
15
16
typedef
struct
_connection_info_t
{
17
reassembly_t
reassembly[2];
18
nstime_t
timestamp;
19
uint32_t btclock;
20
uint32_t interface_id;
21
uint32_t adapter_id;
22
uint16_t escosize[2];
23
uint8_t bd_addr[2][6];
24
uint8_t lt_addr;
25
uint8_t escohandle;
26
uint8_t esco : 1;
27
}
connection_info_t
;
16
typedef
struct
_connection_info_t
{
…
};
28
29
connection_info_t
*
30
btbredr_rf_add_esco_link(
connection_info_t
*cinfo,
packet_info
*pinfo, uint8_t handle, uint32_t ltaddr, uint16_t pktszms, uint16_t pktszsm);
31
32
void
33
btbredr_rf_remove_esco_link(
connection_info_t
*cinfo,
packet_info
*pinfo, uint8_t handle);
_connection_info_t
Definition
packet-btbredr_rf.h:16
_packet_info
Definition
packet_info.h:43
_reassembly_t
Definition
packet-btbredr_rf.h:10
nstime_t
Definition
nstime.h:26
Generated by
1.9.8