diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index b8a8ddf4f..e292633fd 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -841,6 +841,10 @@ struct ndpi_flow_tcp_struct { /* NDPI_PROTOCOL_TELNET */ u_int32_t telnet_stage:2; // 0 - 2 + /* NDPI_PROTOCOL_RTMP */ + u_int32_t rtmp_stage:2; + u_int16_t rtmp_client_buffer_len; + struct { /* NDPI_PROTOCOL_TLS */ u_int8_t app_data_seen[2]; @@ -1493,9 +1497,6 @@ struct ndpi_flow_struct { /* NDPI_PROTOCOL_FTP_CONTROL */ u_int8_t ftp_control_stage:2; - /* NDPI_PROTOCOL_RTMP */ - u_int8_t rtmp_stage:2; - /* NDPI_PROTOCOL_STARCRAFT */ u_int8_t starcraft_udp_stage : 3; // 0-7 |