From 564d622cc994dc0f2960b3beb0af1ebe02881187 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Fri, 11 May 2018 13:48:14 +0200 Subject: Added ndpi_fill_protocol_category call Introduced intitial Skype in/out support --- src/lib/protocols/rtp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/protocols/rtp.c') diff --git a/src/lib/protocols/rtp.c b/src/lib/protocols/rtp.c index 2f19acf46..38cd62504 100644 --- a/src/lib/protocols/rtp.c +++ b/src/lib/protocols/rtp.c @@ -103,9 +103,12 @@ static void ndpi_rtp_search(struct ndpi_detection_module_struct *ndpi_struct, ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_SKYPE, NDPI_PROTOCOL_UNKNOWN); return; } else /* RTCP */ { +#if 0 + /* If it's RTCP the RTCP decoder will catch it */ NDPI_LOG_INFO(ndpi_struct, "Found MS RTCP\n"); ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_RTCP, NDPI_PROTOCOL_UNKNOWN); return; +#endif } } -- cgit v1.2.3