aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r--example/ndpiReader.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c
index 4e4b74491..f3daeaad6 100644
--- a/example/ndpiReader.c
+++ b/example/ndpiReader.c
@@ -1707,36 +1707,6 @@ static void printFlow(u_int32_t id, struct ndpi_flow_info *flow, u_int16_t threa
}
}
break;
-
- case INFO_RTP:
- if(flow->rtp.stream_type != rtp_unknown) {
- const char *what;
-
- switch(flow->rtp.stream_type) {
- case rtp_screen_share:
- what = "screen_share";
- break;
-
- case rtp_audio:
- what = "audio";
- break;
-
- case rtp_video:
- what = "video";
- break;
-
- case rtp_audio_video:
- what = "audio/video";
- break;
-
- default:
- what = NULL;
- break;
- }
-
- if(what)
- fprintf(out, "[RTP Stream Type: %s]", what);
- }
}
if(flow->ssh_tls.advertised_alpns)