3 * Definitions of X.264/ISO 11570 transport protocol IDs
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef __X264_PRT_ID_H__
13 #define __X264_PRT_ID_H__
15 /* X.264 / ISO 11570 transport protocol ID values. */
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 */