]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Fixing fast_pattern syntax in doc/differences.txt (#43)
authorWindham Wong <windhamwong@nva-hk.com>
Fri, 23 Mar 2018 00:40:50 +0000 (08:40 +0800)
committersnortadmin <snortadmin@users.noreply.github.com>
Fri, 23 Mar 2018 00:40:50 +0000 (20:40 -0400)
Note that fast_pattern_offset and/or fast_pattern_length imply fast_pattern.

doc/differences.txt

index ca8c567d42ab999f3b89bc45c494ce824692319d..1a7e762b19906ddcd067bf8c5e6864e8fa71033a 100644 (file)
@@ -197,7 +197,7 @@ Some things Snort++ can do today that Snort can not do as well:
 * deleted fast_pattern:only; use fast_pattern, nocase
   (option is not added to detection tree if not required)
 * changed fast_pattern:<offset>,<length> to
-  fastpattern_offset: <offset>, fast_pattern_length <length>
+  fast_pattern,fast_pattern_offset <offset>,fast_pattern_length <length>
 * fast pattern sensitive data with sd_pattern using hyperscan
 * hyperscan regex fast patterns with regex:"<regex>", fast_pattern;
 * no ; separated content suboptions