aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2022-02-03 09:17:54 +0100
committerLuca <deri@ntop.org>2022-02-03 09:17:54 +0100
commit37ff626e78149b4eb877b042672801b58d797100 (patch)
tree7654aeb95ebd3761a18ab49176d82bad1785f962 /src/include
parentcd3d720ae36e943a3e9ddd7275b983df6c6652d0 (diff)
Added new IDN/Punycode risk for spotting internationalized domain names
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_typedefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index c5e98ec78..e1e5dc90c 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -116,6 +116,7 @@ typedef enum {
NDPI_INVALID_CHARACTERS,
NDPI_POSSIBLE_EXPLOIT, /* Log4J and other exploits */
NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE,
+ NDPI_PUNYCODE_IDN, /* https://en.wikipedia.org/wiki/Punycode */
/* Leave this as last member */
NDPI_MAX_RISK /* must be <= 63 due to (**) */