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
dccpservicecodes.h
Go to the documentation of this file.
1
10
#ifndef __DCCPSERVICECODES_H__
11
#define __DCCPSERVICECODES_H__
12
13
/*
14
* DCCP Service Codes.
15
* From https://www.iana.org/assignments/service-codes/service-codes.xhtml
16
* as of 2021-02-19
17
*
18
* Please do not put non-IANA-registered service codes here. Put them in the
19
* dissector using them instead (and consider registering them!).
20
*/
21
#define NOT_SPECIFIED_SERVICE_CODE 0
22
#define LTP_SERVICE_CODE 7107696
23
#define DISC_SERVICE_CODE 1145656131
24
#define RTCP_SERVICE_CODE 1381253968
25
#define RTPA_SERVICE_CODE 1381257281
26
#define RTPO_SERVICE_CODE 1381257295
27
#define RTPT_SERVICE_CODE 1381257300
28
#define RTPV_SERVICE_CODE 1381257302
29
#define SYLG_SERVICE_CODE 1398361159
30
#define BUNDLES_SERVICE_CODE 1685351985
31
#define NPMP_SERVICE_CODE 1852861808
32
#define RESERVED_SERVICE_CODE 4294967295
33
34
#endif
/* dccpservicecodes.h */
Generated by
1.9.8