diff options
author | Luca Deri <deri@ntop.org> | 2019-11-03 17:15:48 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-11-03 17:15:48 +0100 |
commit | e695dd6eade754b2d50bdf297ca8bdc4105f93ff (patch) | |
tree | d6a4be538f29c8b8184e28842f37129ee7dc1fd8 /example/reader_util.h | |
parent | 953571e3d8e612baf33ef0ec9e5a37a38ad702c0 (diff) | |
parent | 01455c318827b82a50889f186ee59bb690c36255 (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index 93df6b03a..1b9b6babd 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -303,6 +303,7 @@ 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); u_int32_t ethernet_crc32(const void* data, size_t n_bytes); void ndpi_flow_info_freer(void *node); +void ndpi_free_flow_data_analysis(struct ndpi_flow_info *flow); const char* print_cipher_id(u_int32_t cipher); float ndpi_flow_get_byte_count_entropy(const uint32_t byte_count[256], unsigned int num_bytes); |