aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/ndpi_api.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h
index d4e940bde..366bec80c 100644
--- a/src/include/ndpi_api.h
+++ b/src/include/ndpi_api.h
@@ -80,18 +80,18 @@ extern "C" {
/**
- * Get the size of the flow struct
+ * Get the size of the flow tcp struct
*
- * @return the size of the flow struct
+ * @return the size of the flow tcp struct
*
*/
u_int32_t ndpi_detection_get_sizeof_ndpi_flow_tcp_struct(void);
/**
- * Get the size of the flow struct
+ * Get the size of the flow udp struct
*
- * @return the size of the flow struct
+ * @return the size of the flow udp struct
*
*/
u_int32_t ndpi_detection_get_sizeof_ndpi_flow_udp_struct(void);