aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2022-01-18 22:28:41 +0100
committerLuca Deri <deri@ntop.org>2022-01-18 22:28:58 +0100
commit9eee257be05a840fd20e7237f23c2be87075dff0 (patch)
treef0cb017fb09cb5ebcf6267b76ce1aa856195015d /src/include
parent9f050fa0a65f3403c1f8296faf5f9d88d4900a8d (diff)
Updated confidence type
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_typedefs.h2
1 files changed, 1 insertions, 1 deletions
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