From b01b60a2b523b98f2801c4752213b9468f63cad5 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 22 Jul 2021 01:35:57 +0200 Subject: Implementation of flow risk eception (work in progress) --- src/lib/third_party/include/ahocorasick.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/third_party') diff --git a/src/lib/third_party/include/ahocorasick.h b/src/lib/third_party/include/ahocorasick.h index 5efbc05f2..f69e5088a 100644 --- a/src/lib/third_party/include/ahocorasick.h +++ b/src/lib/third_party/include/ahocorasick.h @@ -54,6 +54,7 @@ typedef char AC_ALPHABET_t; **/ typedef struct { uint32_t number; /* Often used to store procotolId */ + uint64_t number64; uint16_t breed, category; uint16_t level, /* Domain level for comparison */ from_start:1, /* match from start of string */ -- cgit v1.2.3