diff options
author | Luca Deri <deri@ntop.org> | 2023-07-14 19:52:34 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-07-14 19:52:34 +0200 |
commit | fea09e825b8c3872ea54c8361242a9eff538222c (patch) | |
tree | fc970a79bea3def70a0f42bf28e98b4c9c960ce1 /src/include/ndpi_api.h | |
parent | abee1a2a6f1d8375831901e49ace85eaea0650e3 (diff) |
Fixes risk mask exception handling while improving the overall performance
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index ce124bbf6..e48fc013e 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -1082,6 +1082,8 @@ extern "C" { void ndpi_set_tls_cert_expire_days(struct ndpi_detection_module_struct *ndpi_str, u_int8_t days); + void ndpi_handle_risk_exceptions(struct ndpi_detection_module_struct *ndpi_str, + struct ndpi_flow_struct *flow); /* Utility functions to set ndpi malloc/free/print wrappers */ void set_ndpi_malloc(void* (*__ndpi_malloc)(size_t size)); |