aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2020-07-13 15:48:53 +0200
committerLuca Deri <deri@ntop.org>2020-07-13 15:48:53 +0200
commit3fd31530894e07fb22ed8cf430f3e8cbbd2f0115 (patch)
tree98387cf079edb9b2aa01da781a7e26f95c3faebf /src
parenta8ad99aca53791ff5dde5ae66d774ef612c1e77c (diff)
parent7744c225f9d557b6df3ce21ebc553a537f05efb0 (diff)
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'src')
-rw-r--r--src/include/ndpi_typedefs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 765aa2c3b..90f4981f5 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -1123,6 +1123,11 @@ typedef enum {
ndpi_cipher_insecure = NDPI_CIPHER_INSECURE
} ndpi_cipher_weakness;
+/*
+ NOTE
+ When the struct below is modified don't forget to update
+ - ndpi_flow_struct (in python/ndpi.py)
+ */
struct ndpi_flow_struct {
u_int16_t detected_protocol_stack[NDPI_PROTOCOL_SIZE];
u_int16_t protocol_stack_info;