From 9eee257be05a840fd20e7237f23c2be87075dff0 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 18 Jan 2022 22:28:41 +0100 Subject: Updated confidence type --- src/include/ndpi_typedefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index e4595271d..13e6874e7 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1173,7 +1173,7 @@ struct ndpi_flow_struct { u_int16_t guessed_protocol_id, guessed_host_protocol_id, guessed_category, guessed_header_category; u_int8_t l4_proto, protocol_id_already_guessed:1, host_already_guessed:1, fail_with_unknown:1, init_finished:1, setup_packet_direction:1, packet_direction:1, check_extra_packets:1, is_ipv6:1; - u_int8_t confidence; /* ndpi_confidence_t */ + ndpi_confidence_t confidence; /* ndpi_confidence_t */ /* if ndpi_struct->direction_detect_disable == 1 -- cgit v1.2.3