mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
Updated Pattern Options for IDS/IPS (#4104)
Adding: Aho-Corasick, reduced memory implementation Aho-Corasick, "Ken Steele" variant
This commit is contained in:
parent
7669c6c56e
commit
070521cfcb
@ -161,7 +161,9 @@
|
||||
<BlankDesc>Default</BlankDesc>
|
||||
<OptionValues>
|
||||
<ac>Aho-Corasick</ac>
|
||||
<hs>Hyperscan</hs>
|
||||
<ac-bs>Aho-Corasick, reduced memory implementation</ac-bs>
|
||||
<ac-ks>Aho-Corasick, "Ken Steele" variant</ac-ks>
|
||||
<hs>Hyperscan</hs>
|
||||
</OptionValues>
|
||||
<ValidationMessage>Please select a valid pattern matcher algorithm</ValidationMessage>
|
||||
</MPMAlgo>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user