Merge in SNORT/snort3 from ~OSHUMEIK/snort3:doc_spelling to master
Squashed commit of the following:
commit
30822afe43a6a44785fc6d30b4704e163beff1c8
Author: Oleksii Shumeiko <oshumeik@cisco.com>
Date: Fri Feb 11 11:19:23 2022 +0200
doc: fix typos in text
Thanks to Greg <myersg86> Myers for reporting the issue.
* address = '<addr>' - used for 'call' setup to specify the partner
-* base_port = port - used to contruct the actual port number for 'call' and
+* base_port = port - used to construct the actual port number for 'call' and
'answer' modes. Actual port used is (base_port + instance_id).
An example segment of TcpConnector configuration:
rules lists of each port group after this analysis. Rules defined with
ranges are no longer considered any-any rules for the purpose of organizing
port-rule groupings. This should help prevent some cross fertilization of
-rule groups with rules that are unneccessary, this causes rule group sizes
+rule groups with rules that are unnecessary, this causes rule group sizes
to bloat and performance to slow.
*Hierarchy*
This module provides a data structure (called ProfileStats) which stores
information about memory usage, timing and entry counts.
-Analagous data structures exist for accumulating rule profiling and can be found
+Analogous data structures exist for accumulating rule profiling and can be found
in the detection/ subdirectory.
To facilitate accumulation of these statistics, this module provides a class
* http_inspect.js_norm_identifier_depth.
Identifiers from the ignore list will be placed as is, without substitution. Starting with
-the listed identifier, any chain of dot acessors, brackets and function calls will be kept
+the listed identifier, any chain of dot accessors, brackets and function calls will be kept
intact.
For example:
* console.log("bar")