mpm: remove remaining ac-bs references

(cherry picked from commit 08d625bb10)
pull/14469/head
Victor Julien 8 months ago
parent c9b730a123
commit fb1d52f1bd

@ -17,7 +17,7 @@ The memory is set up at start and the usage is as follows:
number_of.threads X max-pending-packets X (default-packet-size + ~750 bytes) number_of.threads X max-pending-packets X (default-packet-size + ~750 bytes)
mpm-algo: <ac|hs|ac-bs|ac-ks> mpm-algo: <ac|hs|ac-ks>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Controls the pattern matcher algorithm. AC (``AhoCorasick``) is the default. Controls the pattern matcher algorithm. AC (``AhoCorasick``) is the default.
@ -54,7 +54,7 @@ detect.sgh-mpm-context: <auto|single|full>
The multi pattern matcher can have it's context per signature group The multi pattern matcher can have it's context per signature group
(full) or globally (single). Auto selects between single and full (full) or globally (single). Auto selects between single and full
based on the **mpm-algo** selected. ac, ac-bs, ac-ks, hs default to "single". based on the **mpm-algo** selected. ac, ac-ks, hs default to "single".
Setting this to "full" with ``mpm-algo: ac`` or ``mpm-algo: ac-ks`` offers Setting this to "full" with ``mpm-algo: ac`` or ``mpm-algo: ac-ks`` offers
better performance. Setting this to "full" with ``mpm-algo: hs`` is not better performance. Setting this to "full" with ``mpm-algo: hs`` is not
recommended as it leads to much higher startup time. Instead with Hyperscan recommended as it leads to much higher startup time. Instead with Hyperscan

@ -1842,7 +1842,6 @@ detect:
# #
# The supported algorithms are: # The supported algorithms are:
# "ac" - Aho-Corasick, default implementation # "ac" - Aho-Corasick, default implementation
# "ac-bs" - Aho-Corasick, reduced memory implementation
# "ac-ks" - Aho-Corasick, "Ken Steele" variant # "ac-ks" - Aho-Corasick, "Ken Steele" variant
# "hs" - Hyperscan, available when built with Hyperscan support # "hs" - Hyperscan, available when built with Hyperscan support
# #

Loading…
Cancel
Save