diff options
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 13e11f651..35fbde85c 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -165,6 +165,9 @@ extern "C" { u_int16_t ndpi_network_port_ptree_match(struct ndpi_detection_module_struct *ndpi_struct, struct in_addr *pin /* network byte order */, u_int16_t port /* network byte order */); + u_int16_t ndpi_network_port_ptree6_match(struct ndpi_detection_module_struct *ndpi_struct, + struct in6_addr *pin, + u_int16_t port /* network byte order */); /** * Creates a protocol match that does not contain any hostnames. |