diff options
author | aouinizied <aouinizied@gmail.com> | 2020-07-13 12:51:32 +0200 |
---|---|---|
committer | aouinizied <aouinizied@gmail.com> | 2020-07-13 12:51:32 +0200 |
commit | 7744c225f9d557b6df3ce21ebc553a537f05efb0 (patch) | |
tree | 103476add51a27c8ca3434c7a75467ede19ecdc9 /src/include | |
parent | e2e030309924a8242aa06876814e8b21ad2be536 (diff) |
Add note for sync with cffi bindings.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 5 |
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; |