diff options
author | Luca Deri <deri@ntop.org> | 2022-12-09 21:32:45 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-12-09 21:32:45 +0100 |
commit | eacc2b8e32e83e014c9863683c32d77ecb3ea607 (patch) | |
tree | f10c78e3368801cb687cc53e39302118db5cf385 /src/include | |
parent | fc7b070030cc33029fc16a71ecd6bbe140bd105c (diff) |
Added Zoom screen share detection
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 { |