diff options
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-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 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 (**) */ |