diff options
-rw-r--r-- | src/lib/protocols/ookla.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); } |