aboutsummaryrefslogtreecommitdiff
path: root/example/ndpi_util.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2017-03-21 00:48:16 +0100
committerLuca Deri <deri@ntop.org>2017-03-21 00:48:16 +0100
commit92b1b46fa67e9de42a028ef9ec0d618cd8e701c5 (patch)
tree11315fa5bf2b1fb622a42560e1c2e1800e3ecfda /example/ndpi_util.h
parent760d468aca5e75123b594319701a43e808961a5d (diff)
SSL server certificate is now detected
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r--example/ndpi_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h
index 6ff17bac2..1c092cbfa 100644
--- a/example/ndpi_util.h
+++ b/example/ndpi_util.h
@@ -159,5 +159,6 @@ static inline void ndpi_workflow_set_flow_giveup_callback(struct ndpi_workflow *
/* compare two nodes in workflow */
int ndpi_workflow_node_cmp(const void *a, const void *b);
+void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_flow_info *flow);
#endif