diff options
author | Luca Deri <deri@ntop.org> | 2019-09-26 21:52:42 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-09-26 21:52:42 +0200 |
commit | 0e9918464bb4e734cec0ef370ffc927926e2f810 (patch) | |
tree | c302fb790bf013c12fb49b2cdea9f70fa37ad080 /src/lib/ndpi_main.c | |
parent | ce40155377fe7211da546c76de42d3c8024032b9 (diff) |
Added Zoom protocol support removing invalid STUN/Skype detections
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 6 |
1 files changed, 0 insertions, 6 deletions
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; |