aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2024-04-11 12:37:39 +0200
committerLuca Deri <deri@ntop.org>2024-04-11 12:37:39 +0200
commit8b4fdbc0fb90d32dc159ff9e9d0ceb18eeb91ede (patch)
tree7da3b4a938c46c138106eb3aa3b747528d62d309 /src/include
parent9ff4bece33bc5e8601208e59ecb2f8bc66b4daaa (diff)
Renamed ndpi_fill_ip6_protocol_category in ndpi_fill_ipv6_protocol_category
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_api.h6
1 files changed, 3 insertions, 3 deletions
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);