Wireshark  4.3.0
The Wireshark network protocol analyzer
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