diff options
author | Luca Deri <deri@ntop.org> | 2017-03-21 00:48:16 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-03-21 00:48:16 +0100 |
commit | 92b1b46fa67e9de42a028ef9ec0d618cd8e701c5 (patch) | |
tree | 11315fa5bf2b1fb622a42560e1c2e1800e3ecfda /example/ndpiReader.c | |
parent | 760d468aca5e75123b594319701a43e808961a5d (diff) |
SSL server certificate is now detected
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index aa5db8821..dda137df9 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -517,6 +517,7 @@ static void node_proto_guess_walker(const void *node, ndpi_VISIT which, int dept } } + process_ndpi_collected_info(ndpi_thread_info[thread_id].workflow, flow); ndpi_thread_info[thread_id].workflow->stats.protocol_counter[flow->detected_protocol.app_protocol] += flow->packets; ndpi_thread_info[thread_id].workflow->stats.protocol_counter_bytes[flow->detected_protocol.app_protocol] += flow->bytes; ndpi_thread_info[thread_id].workflow->stats.protocol_flows[flow->detected_protocol.app_protocol]++; |