From 8b4fdbc0fb90d32dc159ff9e9d0ceb18eeb91ede Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 11 Apr 2024 12:37:39 +0200 Subject: Renamed ndpi_fill_ip6_protocol_category in ndpi_fill_ipv6_protocol_category --- src/include/ndpi_api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include') diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 00d15bbda..34617c535 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -1002,9 +1002,9 @@ extern "C" { u_int32_t saddr, u_int32_t daddr, ndpi_protocol *ret); - int ndpi_fill_ip6_protocol_category(struct ndpi_detection_module_struct *ndpi_str, - struct ndpi_flow_struct *flow, - struct in6_addr *saddr, struct in6_addr *daddr, + int ndpi_fill_ipv6_protocol_category(struct ndpi_detection_module_struct *ndpi_str, + struct ndpi_flow_struct *flow, + struct in6_addr *saddr, struct in6_addr *daddr, ndpi_protocol *ret); int ndpi_match_custom_category(struct ndpi_detection_module_struct *ndpi_struct, char *name, u_int name_len, ndpi_protocol_category_t *id); -- cgit v1.2.3