diff options
author | Luca Deri <deri@ntop.org> | 2025-01-31 19:02:13 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2025-01-31 19:02:13 +0100 |
commit | 71bd58532ad6648b5b80669bd992d6918ad9b69c (patch) | |
tree | 0b92494de74d4a6e383dc2384e5a79b4d1c7760f /src/include | |
parent | dd4807f8ee66d2e4ff81ec43481943c4d17fb574 (diff) |
Added ndpi_network_ptree6_match() API call
Diffstat (limited to 'src/include')
-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 09d7c87cc..8e7d90336 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -153,6 +153,8 @@ extern "C" { */ u_int16_t ndpi_network_ptree_match(struct ndpi_detection_module_struct *ndpi_struct, struct in_addr *pin); + u_int16_t ndpi_network_ptree6_match(struct ndpi_detection_module_struct *ndpi_str, + struct in6_addr *pin); /** * Returns the nDPI protocol id for IP+port-based protocol detection |