diff options
author | marcopiangatello <51698674+marcopiangatello@users.noreply.github.com> | 2019-07-17 17:09:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-17 17:09:33 +0200 |
commit | 4ad12dcd19cb06abbb8d5e435e7bd95206ce7ca9 (patch) | |
tree | 4a056e75a833ab690c810218ae2a243fd78e92c2 /example/ndpiReader.c | |
parent | dea4f784e2d1a3cfce5e60816632eb805ff831ac (diff) |
Update ndpiReader.c
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 2 |
1 files changed, 1 insertions, 1 deletions
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!"); |