From b2816d72da0a724f0af6d75d8fa368383bf7e1b4 Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 18 Jun 2015 16:31:58 +0200 Subject: Disabled debug messages --- example/ndpiReader.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example') diff --git a/example/ndpiReader.c b/example/ndpiReader.c index a73a29d0c..b19dca237 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -986,6 +986,7 @@ static unsigned int packet_processing(u_int16_t thread_id, snprintf(flow->ssl.server_certificate, sizeof(flow->ssl.server_certificate), "%s", flow->ndpi_flow->protos.ssl.server_certificate); } +#if 0 if(( (flow->detected_protocol == NDPI_PROTOCOL_HTTP) || (flow->detected_protocol == NDPI_SERVICE_FACEBOOK) @@ -1010,6 +1011,7 @@ static unsigned int packet_processing(u_int16_t thread_id, printf("[Method] %s\n", method); } +#endif free_ndpi_flow(flow); -- cgit v1.2.3