aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2024-11-14 11:57:32 +0100
committerLuca <deri@ntop.org>2024-11-14 11:57:32 +0100
commitdfc3168caf289c6de9ccad6401e819d710455ba2 (patch)
treeea1af48443256183824272f6c16dc5bffce17039
parent59ee1fe1156be234fed796972a29a31a0589e25a (diff)
Cosmetic change
-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 7610da9eb..62310c5fe 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -1272,7 +1272,7 @@ struct ndpi_flow_struct {
u_int16_t guessed_protocol_id, guessed_protocol_id_by_ip, guessed_category, guessed_header_category;
u_int8_t l4_proto, protocol_id_already_guessed:1, fail_with_unknown:1,
init_finished:1, client_packet_direction:1, packet_direction:1, is_ipv6:1, first_pkt_fully_encrypted:1, skip_entropy_check: 1;
- u_int8_t monitoring: 1, _pad:7;
+ u_int8_t monitoring:1, _pad:7;
u_int16_t num_dissector_calls;
ndpi_confidence_t confidence; /* ndpi_confidence_t */