]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Fix hyperscan doc link (#47)
authorihacku <nthazwy@gmail.com>
Mon, 23 Apr 2018 12:15:35 +0000 (20:15 +0800)
committersnortadmin <snortadmin@users.noreply.github.com>
Mon, 23 Apr 2018 12:15:35 +0000 (08:15 -0400)
The current link no longer works.

doc/sensitive_data.txt
doc/snort_manual.html
doc/snort_manual.pdf
src/ips_options/dev_notes.txt

index b5a75a3756f688f46620d7d717b3117c3e57b3ea..fa07f27e9b5fe28c39565841da4046d123daaf14 100644 (file)
@@ -8,7 +8,7 @@ expression syntax is available for defining your own PII.
 The `sd_pattern` rule option is powered by the open source Hyperscan
 library from Intel.  It provides a regex grammar which is mostly PCRE
 compatible. To learn more about Hyperscan see
-http://01org.github.io/hyperscan/dev-reference/
+https://intel.github.io/hyperscan/dev-reference/
 
 ==== Syntax 
 
@@ -23,7 +23,7 @@ Pattern is the most important and is the only required parameter to
 `sd_pattern`. It supports 3 built in patterns which are configured by name:
 "credit_card", "us_social" and "us_social_nodashes", as well as user
 defined regular expressions of the Hyperscan dialect (see
-http://01org.github.io/hyperscan/dev-reference/compilation.html#pattern-support).
+https://intel.github.io/hyperscan/dev-reference/compilation.html#pattern-support).
 
     sd_pattern:"credit_card";
 
index 210973ef4a9473997a2794ec720f326be4a2cdf9..4f3cc88170c39ee639ce07b8a56ce66304873efd 100644 (file)
@@ -6191,7 +6191,7 @@ expression syntax is available for defining your own PII.</p></div>
 <div class="paragraph"><p>The <code>sd_pattern</code> rule option is powered by the open source Hyperscan\r
 library from Intel.  It provides a regex grammar which is mostly PCRE\r
 compatible. To learn more about Hyperscan see\r
-<a href="http://01org.github.io/hyperscan/dev-reference/">http://01org.github.io/hyperscan/dev-reference/</a></p></div>\r
+<a href="https://intel.github.io/hyperscan/dev-reference/">https://intel.github.io/hyperscan/dev-reference/</a></p></div>\r
 </div>\r
 <div class="sect3">\r
 <h4 id="_syntax">Syntax</h4>\r
@@ -6207,7 +6207,7 @@ overhead.  The Rule option takes the following syntax.</p></div>
 <code>sd_pattern</code>. It supports 3 built in patterns which are configured by name:\r
 "credit_card", "us_social" and "us_social_nodashes", as well as user\r
 defined regular expressions of the Hyperscan dialect (see\r
-<a href="http://01org.github.io/hyperscan/dev-reference/compilation.html#pattern-support">http://01org.github.io/hyperscan/dev-reference/compilation.html#pattern-support</a>).</p></div>\r
+<a href="https://intel.github.io/hyperscan/dev-reference/compilation.html#pattern-support">https://intel.github.io/hyperscan/dev-reference/compilation.html#pattern-support</a>).</p></div>\r
 <div class="literalblock">\r
 <div class="content">\r
 <pre><code>sd_pattern:"credit_card";</code></pre>\r
index e11b93eaccc26abbdda28718191967c0c2fb9481..6c7f2d24267e1d4c3fedbd7941cff30871190a7a 100644 (file)
Binary files a/doc/snort_manual.pdf and b/doc/snort_manual.pdf differ
index 3d1100cb8daea7726f73f3fb142cc6b2069e869f..de9b0fb3ff9a3ca9e0f5b2063db4b23f9be4579e 100644 (file)
@@ -15,7 +15,7 @@ Hyperscan is an "optional" dependency for Snort3; These rule options will
 not exist without satisfying that dependency.
 
 Hyperscan documentation can be found online 
-http://01org.github.io/hyperscan/dev-reference
+https://intel.github.io/hyperscan/dev-reference
 
 The "sd_pattern" will be used as a fast pattern in the future (like "regex")
 for performance.