diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 8c73723b2..ad33eb5e6 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1281,8 +1281,9 @@ struct ndpi_risk_information { enum ndpi_rtp_stream_type { rtp_unknown = 0, rtp_audio, - rtp_video, + rtp_video, rtp_audio_video, + rtp_screen_share }; struct ndpi_flow_struct { |