aboutsummaryrefslogtreecommitdiff
path: root/src/lib/third_party/include
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2020-05-06 23:19:59 +0200
committerLuca Deri <deri@ntop.org>2020-05-06 23:19:59 +0200
commit2ccd2c204bcc3f272cf19e03978a0c2c998386af (patch)
tree9e07308d1bbf7b576716925a0dc3fa9e10532c10 /src/lib/third_party/include
parent263547e77d87cbf5b8cc2af293b7fad8216c8c35 (diff)
API cleanup for indetifying explicitly in automa's what we're searching (protocol or category)
Removed hyperscan support that is apperently unused
Diffstat (limited to 'src/lib/third_party/include')
-rw-r--r--src/lib/third_party/include/actypes.h2
1 files changed, 1 insertions, 1 deletions
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;