diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index b8b249afe..6f8e8ba20 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -392,7 +392,6 @@ int ndpi_is_datalink_supported(int datalink_type); /* 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); -u_int32_t ethernet_crc32(const void* data, size_t n_bytes); void ndpi_flow_info_free_data(struct ndpi_flow_info *flow); void ndpi_flow_info_freer(void *node); const char* print_cipher_id(u_int32_t cipher); |