mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 08:12:21 +03:00
Adding support for compiling approximate matching patterns
Adds new "edit_distance" extparam
This commit is contained in:
committed by
Matthew Barr
parent
60fc975c81
commit
2de6706df2
@@ -61,6 +61,7 @@ struct Grey {
|
||||
bool allowSmallLiteralSet;
|
||||
bool allowCastle;
|
||||
bool allowDecoratedLiteral;
|
||||
bool allowApproximateMatching;
|
||||
|
||||
bool allowNoodle;
|
||||
bool fdrAllowTeddy;
|
||||
@@ -107,6 +108,7 @@ struct Grey {
|
||||
u32 minRoseLiteralLength;
|
||||
u32 minRoseNetflowLiteralLength;
|
||||
u32 maxRoseNetflowEdges;
|
||||
u32 maxEditDistance;
|
||||
|
||||
u32 minExtBoundedRepeatSize; /* to be considered for ng_repeat */
|
||||
|
||||
|
Reference in New Issue
Block a user