diff options
author | Luca <deri@ntop.org> | 2015-06-18 16:31:58 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2015-06-18 16:31:58 +0200 |
commit | b2816d72da0a724f0af6d75d8fa368383bf7e1b4 (patch) | |
tree | 84c5f41f517f087fb63f4365c7386c9e93902dcd /example | |
parent | 9d361ec772e132b54121012a506a7ba1947e935d (diff) |
Disabled debug messages
Diffstat (limited to 'example')
-rw-r--r-- | example/ndpiReader.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |