diff options
author | Luca Deri <deri@ntop.org> | 2021-04-26 10:17:29 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-04-26 10:17:29 +0200 |
commit | 4a09707e4868cecb62cd8b115ea5eaf1cfa4f835 (patch) | |
tree | d7f2242326c2cb678284428f19e9e79a6557ad79 /src | |
parent | a04efb7ce76b796ec73decc1ec18827b51b0cb32 (diff) |
Added flow risk to wireshark dissection
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ndpi_typedefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 5fc4ca06e..54a5caaf6 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -62,9 +62,10 @@ typedef enum { /* NOTE When the typedef below is modified don't forget to update + - nDPI/wireshark/ndpi.lua - 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) + - ndpi_risk_enum (in python/ndpi.py) */ typedef enum { NDPI_NO_RISK = 0, |