diff options
author | Simone Mainardi <simonemainardi@gmail.com> | 2021-10-01 15:02:14 +0200 |
---|---|---|
committer | Simone Mainardi <simonemainardi@gmail.com> | 2021-10-01 15:02:14 +0200 |
commit | 06f763e6c35b1b0a4a317ec3a49be41cab979934 (patch) | |
tree | 68eeb54a40a583534f72ae19f1e3f6de4c1c0a56 /src | |
parent | a9d4f5d8d078054040d3fa7378da39bcdf0b3305 (diff) |
Adds sections labels with risk id to the docs
Diffstat (limited to 'src')
-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 91967ad66..a49b95b06 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -64,6 +64,7 @@ typedef enum { When the typedef below is modified don't forget to update - nDPI/wireshark/ndpi.lua - ndpi_risk2str (in ndpi_utils.c) + - doc/flow_risks.rst - https://github.com/ntop/ntopng/blob/dev/scripts/lua/modules/flow_risk_utils.lua - ndpi_risk_enum (in python/ndpi.py) - ndpi_known_risks (ndpi_main.c) |