From 4ad12dcd19cb06abbb8d5e435e7bd95206ce7ca9 Mon Sep 17 00:00:00 2001 From: marcopiangatello <51698674+marcopiangatello@users.noreply.github.com> Date: Wed, 17 Jul 2019 17:09:33 +0200 Subject: Update ndpiReader.c --- example/ndpiReader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/ndpiReader.c b/example/ndpiReader.c index d5ff7b42c..e4dde12c6 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -833,7 +833,7 @@ static void printFlow(u_int16_t id, struct ndpi_flow_info *flow, u_int16_t threa if(flow->bittorent_hash[0] != '\0') fprintf(out, "[BT Hash: %s]", flow->bittorent_hash); if(flow->dhcp_fingerprint[0] != '\0') fprintf(out, "[DHCP Fingerprint: %s]", flow->dhcp_fingerprint); - fprintf(out, "[Num_Packt_Human_Readable_String: %d]", flow->n_pckt_human_readable_string); + //fprintf(out, "[Num_Packt_Human_Readable_String: %d]", flow->n_pckt_human_readable_string); //if( (flow->detected_protocol.app_protocol == NDPI_PROTOCOL_HTTP ) && (flow->n_pckt_human_readable_string == 0) ) printf("!WARNING!"); -- cgit v1.2.3