diff options
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index b384e4b5a..7faff3b69 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -1533,6 +1533,10 @@ static void printFlow(u_int32_t id, struct ndpi_flow_info *flow, u_int16_t threa const char *what; switch(flow->rtp.stream_type) { + case rtp_screen_share: + what = "screen_share"; + break; + case rtp_audio: what = "audio"; break; |