decrypt drsuapi attributes
[wireshark-sm.git] / epan / dccpservicecodes.h
blobf2c3d430b0bcc14d6af040cdca602757c0f02f5f
1 /** @file
3 * Declarations of DCCP payload protocol IDs.
5 * Copyright 2021 by Thomas Dreibholz <dreibh [AT] simula.no>
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
10 #ifndef __DCCPSERVICECODES_H__
11 #define __DCCPSERVICECODES_H__
14 * DCCP Service Codes.
15 * From https://www.iana.org/assignments/service-codes/service-codes.xhtml
16 * as of 2021-02-19
18 * Please do not put non-IANA-registered service codes here. Put them in the
19 * dissector using them instead (and consider registering them!).
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
34 #endif /* dccpservicecodes.h */