From 0e9918464bb4e734cec0ef370ffc927926e2f810 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 26 Sep 2019 21:52:42 +0200 Subject: Added Zoom protocol support removing invalid STUN/Skype detections --- src/lib/ndpi_main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/lib/ndpi_main.c') diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 48404fcfd..380b622b3 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -3309,12 +3309,6 @@ void ndpi_set_protocol_detection_bitmask2(struct ndpi_detection_module_struct *n /* Targus Getdata */ init_targus_getdata_dissector(ndpi_struct, &a, detection_bitmask); - /* ZOOM */ - init_zoom_dissector(ndpi_struct, &a, detection_bitmask); - - /* PS Vue */ - init_ps_vue_dissector(ndpi_struct, &a, detection_bitmask); - /* ----------------------------------------------------------------- */ ndpi_struct->callback_buffer_size = a; -- cgit v1.2.3