From 7744c225f9d557b6df3ce21ebc553a537f05efb0 Mon Sep 17 00:00:00 2001 From: aouinizied Date: Mon, 13 Jul 2020 12:51:32 +0200 Subject: Add note for sync with cffi bindings. --- src/include/ndpi_typedefs.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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; -- cgit v1.2.3