From 17f560a1cd5a539bf8940072bac05ccbf3b547f9 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 26 Sep 2019 23:50:02 +0200 Subject: Added ndpi_extra_dissection_possible() API call --- src/include/ndpi_api.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/ndpi_api.h') diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index cf1f60d5e..34b1fed67 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -807,7 +807,8 @@ extern "C" { int ndpi_flowv6_flow_hash(u_int8_t l4_proto, struct ndpi_in6_addr *src_ip, struct ndpi_in6_addr *dst_ip, u_int16_t src_port, u_int16_t dst_port, u_int8_t icmp_type, u_int8_t icmp_code, u_char *hash_buf, u_int8_t hash_buf_len); - + u_int8_t ndpi_extra_dissection_possible(struct ndpi_detection_module_struct *ndpi_struct, + struct ndpi_flow_struct *flow); u_int8_t ndpi_is_safe_ssl_cipher(u_int32_t cipher); const char* ndpi_cipher2str(u_int32_t cipher); u_int16_t ndpi_guess_host_protocol_id(struct ndpi_detection_module_struct *ndpi_struct, -- cgit v1.2.3