Updated Pattern Options for IDS/IPS (#4104)

Adding:
Aho-Corasick, reduced memory implementation
Aho-Corasick, "Ken Steele" variant
This commit is contained in:
2020-05-10 18:14:59 +02:00 committed by GitHub
parent 7669c6c56e
commit 070521cfcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>