From c856e0a56384ae9d145282d0eb6f8b97f54913fb Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Wed, 16 Jan 2019 22:30:55 +0100 Subject: Disabled ookla statistics: needs to be improved --- src/lib/protocols/ookla.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/protocols') diff --git a/src/lib/protocols/ookla.c b/src/lib/protocols/ookla.c index b1eb295a7..4d46dbf58 100644 --- a/src/lib/protocols/ookla.c +++ b/src/lib/protocols/ookla.c @@ -26,6 +26,7 @@ void ndpi_search_ookla(struct ndpi_detection_module_struct* ndpi_struct, struct ndpi_flow_struct* flow) { +#if 0 struct ndpi_packet_struct* packet = &flow->packet; u_int32_t addr = 0; void *value; @@ -49,6 +50,7 @@ void ndpi_search_ookla(struct ndpi_detection_module_struct* ndpi_struct, struct } ookla_exclude: +#endif NDPI_EXCLUDE_PROTO(ndpi_struct, flow); } -- cgit v1.2.3