aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authoraouinizied <aouinizied@gmail.com>2020-07-13 12:51:32 +0200
committeraouinizied <aouinizied@gmail.com>2020-07-13 12:51:32 +0200
commit7744c225f9d557b6df3ce21ebc553a537f05efb0 (patch)
tree103476add51a27c8ca3434c7a75467ede19ecdc9 /src/include
parente2e030309924a8242aa06876814e8b21ad2be536 (diff)
Add note for sync with cffi bindings.
Diffstat (limited to 'src/include')
-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;