diff options
author | Luca Deri <deri@ntop.org> | 2020-07-13 15:48:53 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-07-13 15:48:53 +0200 |
commit | 3fd31530894e07fb22ed8cf430f3e8cbbd2f0115 (patch) | |
tree | 98387cf079edb9b2aa01da781a7e26f95c3faebf /src | |
parent | a8ad99aca53791ff5dde5ae66d774ef612c1e77c (diff) | |
parent | 7744c225f9d557b6df3ce21ebc553a537f05efb0 (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'src')
-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; |