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
x264_prt_id.h
Go to the documentation of this file.
1
12
#ifndef __X264_PRT_ID_H__
13
#define __X264_PRT_ID_H__
14
15
/* X.264 / ISO 11570 transport protocol ID values. */
16
17
#define PRT_ID_ISO_8073 0x01
/* X.224/ISO 8073 COTP */
18
#define PRT_ID_ISO_8602 0x02
/* X.234/ISO 8602 CLTP */
19
#define PRT_ID_ISO_10736_ISO_8073 0x03
/* X.274/ISO 10736 + X.224/ISO 8073 */
20
#define PRT_ID_ISO_10736_ISO_8602 0x04
/* X.274/ISO 10736 + X.234/ISO 8602 */
21
22
#endif
Generated by
1.9.8