From 2ccd2c204bcc3f272cf19e03978a0c2c998386af Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Wed, 6 May 2020 23:19:59 +0200 Subject: API cleanup for indetifying explicitly in automa's what we're searching (protocol or category) Removed hyperscan support that is apperently unused --- src/lib/third_party/include/actypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/third_party/include') diff --git a/src/lib/third_party/include/actypes.h b/src/lib/third_party/include/actypes.h index a76e91fe0..b775f6ac9 100644 --- a/src/lib/third_party/include/actypes.h +++ b/src/lib/third_party/include/actypes.h @@ -43,7 +43,7 @@ typedef char AC_ALPHABET_t; * union for this purpose. you can add your desired type in it. **/ typedef struct { - u_int32_t number; + u_int32_t number; /* Often used to store procotolId */ u_int16_t category, breed; } AC_REP_t; -- cgit v1.2.3