aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2024-09-17 18:41:43 +0200
committerLuca <deri@ntop.org>2024-09-17 19:04:01 +0200
commita726c70f9b620015826e0ce43a8f5dd4f9513e7d (patch)
tree01a1e2342c383896632acbac0e1fb698b50fd895
parent1d1edfc1c787bfe91d457f632c148447f8912842 (diff)
Updated ndpi_serialize_flow_fingerprint API signature
-rw-r--r--src/include/ndpi_api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h
index 4ed16bf13..1bc629b83 100644
--- a/src/include/ndpi_api.h
+++ b/src/include/ndpi_api.h
@@ -2307,7 +2307,8 @@ extern "C" {
/* ******************************* */
- bool ndpi_serialize_flow_fingerprint(struct ndpi_flow_struct *flow, ndpi_serializer *serializer);
+ bool ndpi_serialize_flow_fingerprint(struct ndpi_detection_module_struct *ndpi_str,
+ struct ndpi_flow_struct *flow, ndpi_serializer *serializer);
/* ******************************* */