diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2020-04-15 08:35:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 08:35:28 +0200 |
commit | d3b4b81d6fd9adc5bbe6c04e45d51989bacd4102 (patch) | |
tree | 2595f332953f42ed337db40f3268c435a4767da4 /example/reader_util.h | |
parent | d665df64e297051cd5b48605974846fa7076d883 (diff) | |
parent | e84563f9710ca1996eb7428a22a058527e604431 (diff) |
Merge pull request #867 from IvanNardi/memory-leaks
Memory leaks
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 942c1f361..c726c9672 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -318,6 +318,7 @@ void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_fl 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); +void ndpi_free_flow_tls_data(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); |