aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZied Aouini <aouinizied@gmail.com>2020-02-21 15:51:17 +0100
committerZied Aouini <aouinizied@gmail.com>2020-02-21 15:51:17 +0100
commit40896d3d447a919cd2183a0ccd5751d1fc4ad4af (patch)
tree4f103297bcee243dafc1f2d2d380b2cf6bb6615a
parent5a0f60908671932b6a316f3894cbd6218e77e68c (diff)
Fix docstrings.
-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);