aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorToni <matzeton@googlemail.com>2023-10-16 18:14:28 +0200
committerGitHub <noreply@github.com>2023-10-16 18:14:28 +0200
commitd75a8d339a8d88742081084bc7ab98524d1dd622 (patch)
tree31cddfb14644d0643fe2cd5f1f63a218ea25e7ff /src
parentd9b0ba1d142f27ef436e8eae36ad0ab108794a42 (diff)
Fixed two OpenWRT arm related build issues. (#2103)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src')
-rw-r--r--src/include/ndpi_typedefs.h2
-rw-r--r--src/lib/third_party/src/roaring.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 555a876ec..919a42501 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 fd382ed00..537cb7db6 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"