diff options
author | Luca <deri@ntop.org> | 2019-11-05 12:15:27 +0000 |
---|---|---|
committer | Luca <deri@ntop.org> | 2019-11-05 12:15:27 +0000 |
commit | fb56b042c09f0a0bf9170b1ebe4c592cd5ba3244 (patch) | |
tree | 7aef6a5660ae460c27d4ffb61957e955b226fd1b /example/reader_util.h | |
parent | 6298ecc2718a74a7e5c92e57af464d97c3a60bf9 (diff) | |
parent | a26fe08aa665dbc3fd1abeaeb2563839822374b5 (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 d16a5a00c..2cb880646 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -304,6 +304,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); |