diff options
author | aouinizied <aouinizied@gmail.com> | 2020-07-09 00:58:48 +0200 |
---|---|---|
committer | aouinizied <aouinizied@gmail.com> | 2020-07-09 00:58:48 +0200 |
commit | b8d406b1f896ca879464670f601b5a941e1a97da (patch) | |
tree | 774ede7d4a2ac2605456429a2a4cd7e00b670be3 | |
parent | ce023599530bb6ae02879959b9a1830622d97d31 (diff) |
Update note.
-rw-r--r-- | src/include/ndpi_typedefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 99b91d4be..e8f7f6468 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -55,6 +55,7 @@ typedef enum { When the typedef below is modified don't forget to update - ndpi_risk2str (in ndpi_utils.c) - https://github.com/ntop/ntopng/blob/dev/scripts/lua/modules/flow_risk_utils.lua + - ndpi_risk_enum (in python/ndpi.py) */ typedef enum { NDPI_NO_RISK = 0, |