diff options
author | Luca <deri@ntop.org> | 2024-09-17 18:41:43 +0200 |
---|---|---|
committer | Luca <deri@ntop.org> | 2024-09-17 19:04:01 +0200 |
commit | a726c70f9b620015826e0ce43a8f5dd4f9513e7d (patch) | |
tree | 01a1e2342c383896632acbac0e1fb698b50fd895 | |
parent | 1d1edfc1c787bfe91d457f632c148447f8912842 (diff) |
Updated ndpi_serialize_flow_fingerprint API signature
-rw-r--r-- | src/include/ndpi_api.h | 3 |
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); /* ******************************* */ |