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-btavdtp.h
1
/* packet-btavdtp.h
2
* Headers for AVDTP
3
*
4
* Copyright 2012, Michal Labedzki for Tieto Corporation
5
*
6
* Wireshark - Network traffic analyzer
7
* By Gerald Combs <gerald@wireshark.org>
8
* Copyright 1998 Gerald Combs
9
*
10
* SPDX-License-Identifier: GPL-2.0-or-later
11
*/
12
13
#ifndef __PACKET_BTAVDTP_H__
14
#define __PACKET_BTAVDTP_H__
15
16
#define BTAVDTP_CONTENT_PROTECTION_TYPE_SCMS_T 0x02
17
18
typedef
struct
_media_packet_info_t
{
19
nstime_t
abs_ts;
20
nstime_t
first_abs_ts;
21
double
cumulative_frame_duration;
22
double
avrcp_song_position;
23
uint32_t stream_number;
24
}
media_packet_info_t
;
18
typedef
struct
_media_packet_info_t
{
…
};
25
26
typedef
struct
_bta2dp_codec_info_t
{
27
dissector_handle_t
codec_dissector;
28
uint8_t configuration_length;
29
uint8_t *configuration;
30
int
content_protection_type;
31
media_packet_info_t
*previous_media_packet_info;
32
media_packet_info_t
*current_media_packet_info;
33
}
bta2dp_codec_info_t
;
26
typedef
struct
_bta2dp_codec_info_t
{
…
};
34
35
typedef
struct
_btvdp_codec_info_t
{
36
dissector_handle_t
codec_dissector;
37
int
content_protection_type;
38
}
btvdp_codec_info_t
;
35
typedef
struct
_btvdp_codec_info_t
{
…
};
39
40
#endif
41
42
/*
43
* Editor modelines - https://www.wireshark.org/tools/modelines.html
44
*
45
* Local variables:
46
* c-basic-offset: 4
47
* tab-width: 8
48
* indent-tabs-mode: nil
49
* End:
50
*
51
* vi: set shiftwidth=4 tabstop=8 expandtab:
52
* :indentSize=4:tabSize=8:noTabs=true:
53
*/
_bta2dp_codec_info_t
Definition
packet-btavdtp.h:26
_btvdp_codec_info_t
Definition
packet-btavdtp.h:35
_media_packet_info_t
Definition
packet-btavdtp.h:18
dissector_handle
Definition
packet.c:797
nstime_t
Definition
nstime.h:26
Generated by
1.9.8