aboutsummaryrefslogtreecommitdiff
path: root/example/ndpi_util.h
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2017-04-17 09:38:30 +0200
committerLuca <deri@ntop.org>2017-04-17 09:38:30 +0200
commit4c5de9ef8e9e14289ce9024349390fe06b59c769 (patch)
treeac60c44b138e286dd3d233e2e7b5513fb6e70b4a /example/ndpi_util.h
parent3a21152f4c7b1783a0cd6671af405d0014cf9b4b (diff)
Added ethernet checksum reforging and nDPI protocol export in nDPI-extcap reader
Diffstat (limited to 'example/ndpi_util.h')
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h
index 4895cdcb1..a8e21d673 100644
--- a/example/ndpi_util.h
+++ b/example/ndpi_util.h
@@ -160,5 +160,5 @@ static inline void ndpi_workflow_set_flow_giveup_callback(struct ndpi_workflow *
/* 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);
-
+void ethernet_crc32(const void* data, size_t n_bytes, uint32_t* crc);
#endif