Skip to content

Commit

Permalink
Fixed two OpenWRT arm related build issues. (#2103)
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Uhlig <[email protected]>
  • Loading branch information
utoni authored Oct 16, 2023
1 parent d9b0ba1 commit d75a8d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/ndpi_typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions src/lib/third_party/src/roaring.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d75a8d3

Please sign in to comment.