From c5ebd84fd80d75dfdbd93fceb3e2d70a54328a47 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 5 Sep 2023 00:21:16 +0200 Subject: Added ndpi_bitmap64 support --- src/include/ndpi_typedefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/ndpi_typedefs.h') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 142eed0a2..db2e53a3f 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1176,6 +1176,7 @@ typedef struct ndpi_proto { #define CUSTOM_CATEGORY_LABEL_LEN 32 typedef void ndpi_bitmap; +typedef void ndpi_bitmap64; typedef void ndpi_bitmap_iterator; typedef void ndpi_filter; -- cgit v1.2.3