aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_typedefs.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2016-03-04 19:15:13 +0100
committerLuca Deri <deri@ntop.org>2016-03-04 19:15:13 +0100
commit462368f959daf9ffc72fc0fd91ef62a03487354c (patch)
tree7e3b8fee378d6e80b7b5eec44f1a5fb978e27b83 /src/include/ndpi_typedefs.h
parent73833e0ef040b461948d3132575ac678f3409f33 (diff)
Added new ndpi_detection_giveup() API call to call before giving up for a given flow
Code cleanup
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-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 8cf9a4353..620c9685d 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -861,7 +861,7 @@ struct ndpi_flow_struct {
u_int16_t protocol_stack_info;
/* init parameter, internal used to set up timestamp,... */
- u_int16_t guessed_protocol_id, guessed_host_proto_id;
+ u_int16_t guessed_protocol_id, guessed_host_protocol_id;
u_int8_t protocol_id_already_guessed:1, host_already_guessed:1, init_finished:1, setup_packet_direction:1, packet_direction:1;