aboutsummaryrefslogtreecommitdiff
path: root/example/ndpi_util.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2017-04-30 10:12:28 +0200
committerLuca Deri <deri@ntop.org>2017-04-30 10:12:28 +0200
commit064b50df819918734062294984e529bd62bd594c (patch)
treef9ef992a277cabb89e84fa1d36292c6081a3e41f /example/ndpi_util.h
parentaf5021d571b682d540b796eb59f31dcddd3f3aa0 (diff)
Added -m for splitting analysis in sub-analysis steps
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 335c94ddf..9d8f1e446 100644
--- a/example/ndpi_util.h
+++ b/example/ndpi_util.h
@@ -161,4 +161,5 @@ static inline void ndpi_workflow_set_flow_giveup_callback(struct ndpi_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);
void ethernet_crc32(const void* data, size_t n_bytes, uint32_t* crc);
+void ndpi_flow_info_freer(void *node);
#endif