]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1263 in SNORT/snort3 from doc_restore to master
authorTom Peters (thopeter) <thopeter@cisco.com>
Mon, 11 Jun 2018 15:35:24 +0000 (11:35 -0400)
committerTom Peters (thopeter) <thopeter@cisco.com>
Mon, 11 Jun 2018 15:35:24 +0000 (11:35 -0400)
Squashed commit of the following:

commit c8b73a78db1102536cddbf797e5ff4e73131c9a8
Author: Tom Peters <thopeter@cisco.com>
Date:   Mon Jun 11 10:54:11 2018 -0400

    Snort Manual: corrections to tutorial section

doc/tutorial.txt

index c43009177cb8f6991d6f7d38360dae140500a3e8..dfff778c7169ef08e67ba86b63f452fde42358be 100644 (file)
@@ -263,19 +263,19 @@ include::errors.txt[]
 
 * A nil key in a table will not caught.  Neither will a nil value in a
   table.  Neither of the following will cause errors, nor will they 
-  actually set http_server.post_depth:
+  actually set http_inspect.request_depth:
 
-    http_server = { post_depth }
-    http_server = { post_depth = undefined_symbol }
+    http_inspect = { request_depth }
+    http_inspect = { request_depth = undefined_symbol }
 
 * It is not an error to set a value multiple times.  The actual value
   applied may not be the last in the table either.  It is best to avoid
   such cases.
 
-    http_server =
+    http_inspect =
     {
-        post_depth = 1234,
-        post_depth = 4321
+        request_depth = 1234,
+        request_depth = 4321
     }
 
 * Snort can't tell you the exact filename or line number of a semantic