aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_typedefs.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2023-09-05 00:21:16 +0200
committerLuca Deri <deri@ntop.org>2023-09-05 00:21:16 +0200
commitc5ebd84fd80d75dfdbd93fceb3e2d70a54328a47 (patch)
tree564f00b4f2cf98d28119c8fb991cf39b8ca32386 /src/include/ndpi_typedefs.h
parent4f2ce2d43b24bd86eabbed6127c090b3affa0d01 (diff)
Added ndpi_bitmap64 support
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r--src/include/ndpi_typedefs.h1
1 files changed, 1 insertions, 0 deletions
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;