diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index f3439ad8891..8579e3ade8d 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -144,7 +144,7 @@ typedef enum { NDPI_DNS_LARGE_PACKET, NDPI_DNS_FRAGMENTED, NDPI_INVALID_CHARACTERS, - NDPI_POSSIBLE_EXPLOIT, /* Log4J, Wordpress and other exploits */ + NDPI_POSSIBLE_EXPLOIT, /* 40 */ /* Log4J, Wordpress and other exploits */ NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE, NDPI_PUNYCODE_IDN, /* https://en.wikipedia.org/wiki/Punycode */ NDPI_ERROR_CODE_DETECTED, diff --git a/src/lib/third_party/src/roaring.c b/src/lib/third_party/src/roaring.c index fd382ed0099..537cb7db684 100644 --- a/src/lib/third_party/src/roaring.c +++ b/src/lib/third_party/src/roaring.c @@ -4298,6 +4298,7 @@ int run_run_container_ixor( #ifndef WIN32 #include "ndpi_config.h" +#include "ndpi_typedefs.h" #define NDPI_REPLACE_FPRINTF #include "../../ndpi_replace_printf.h"