diff options
author | Luca Deri <deri@ntop.org> | 2022-05-29 16:35:08 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-05-29 16:35:08 +0200 |
commit | dfbe863f4e91090c35f69a334e7f74ee8e761143 (patch) | |
tree | 4e681170fc78d5b8168e31259eda4186299854be | |
parent | 1093aafa5f81aeb39263bc87dc88327f873341ae (diff) |
Comment
-rw-r--r-- | src/include/ndpi_typedefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 29b5b637f..5530f98bb 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -111,7 +111,7 @@ typedef enum { NDPI_DNS_LARGE_PACKET, NDPI_DNS_FRAGMENTED, NDPI_INVALID_CHARACTERS, - NDPI_POSSIBLE_EXPLOIT, /* Log4J and other exploits */ + NDPI_POSSIBLE_EXPLOIT, /* Log4J, Wordpress and other exploits */ NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE, NDPI_PUNYCODE_IDN, /* https://en.wikipedia.org/wiki/Punycode */ NDPI_ERROR_CODE_DETECTED, |