]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: fix minor typo
authorPascal Delalande <pdl35@free.fr>
Wed, 9 Jan 2019 20:33:32 +0000 (21:33 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 15 Jan 2019 11:00:50 +0000 (12:00 +0100)
doc/userguide/capture-hardware/ebpf-xdp.rst
doc/userguide/configuration/global-thresholds.rst
doc/userguide/install.rst
doc/userguide/rules/flow-keywords.rst
doc/userguide/rules/http-keywords.rst
doc/userguide/rules/meta.rst
doc/userguide/rules/payload-keywords.rst
doc/userguide/rules/tls-keywords.rst

index 4f3b9ae15a06eb4ff69cf6454c2cd188d40b1bc0..312eb5863cae8ebe81809d7adda18710f6d29c62 100644 (file)
@@ -40,7 +40,7 @@ card that support XDP in the driver.
 Suricata XDP code has been tested with 4.13.10 but 4.15 or later is necessary to use all
 features like the CPU redirect map.
 
-If you are using an Intel netword card, you will need to stay with in tree kernel NIC drivers.
+If you are using an Intel network card, you will need to stay with in tree kernel NIC drivers.
 The out of tree drivers do not contain the XDP support.
 
 Having a network card with support for RSS symmetric hashing is a good point or you will have to
index 7dba1b3d3bddefe5f4b71c560c1c585fb301d784..017db8d5e839977738ed8ddcdbbcbd10631f7a19 100644 (file)
@@ -190,7 +190,7 @@ Threshold/event_filter
 When applied to a specific signature, thresholds and event_filters
 (threshold from now on) will override the signature setting. This can
 be useful for when the default in a signature doesn't suit your
-evironment.
+environment.
 
 ::
 
index 1119fd7c27e51b39d2b71b81d039cfac19c7e9b3..6ed024ae21f590852255220cbd7119a307bc0189 100644 (file)
@@ -16,7 +16,7 @@ Installing from the source distribution files gives the most control over the Su
 
 Basic steps::
 
-    tar xzvf suricata-4.1.0.tar.gz
+    tar xzvf suricata-4.1.2.tar.gz
     cd suricata-4.1.0
     ./configure
     make
index 626d215001ce971b26bbfd88f72496c1e598267a..93f24a25c2eedefa797505d1e88a7833a034071c 100644 (file)
@@ -81,7 +81,7 @@ only_stream
   Match on packets that have been reassembled by the stream engine.
 no_stream
   Match on packets that have not been reassembled by the stream
-  engine. Will not match packets that have been reeassembled.
+  engine. Will not match packets that have been reassembled.
 only_frag
   Match packets that have been reassembled from fragments.
 no_frag
index 1e43fd1a4197ede79df0410366fbb38f2ba14734..e43c292bf71c5e788df4a1d71e927599ae40a8ee 100644 (file)
@@ -452,7 +452,7 @@ http_start
 ----------
 
 Inspect the start of a HTTP request or response. This will contain the
-request/reponse line plus the request/response headers. Use flow:to_server
+request/response line plus the request/response headers. Use flow:to_server
 or flow:to_client to force inspection of request or response.
 
 Example::
index 27be92b2db53b913418387d32e305bf36fcd7cff..2ca07dd55542c6ea30fdb69b25209a497fa4f2db 100644 (file)
@@ -79,7 +79,7 @@ possible to modify this. It is not usual that it will be changed, and
 changing it has no technical implications. You can only notice it in
 the alert.
 
-Example of gid in an alert of fast.log. In the part [1:2008124:2], 1 is the gid (2008124 is the the sid and 2 the rev).
+Example of gid in an alert of fast.log. In the part [1:2008124:2], 1 is the gid (2008124 is the sid and 2 the rev).
 
 .. container:: example-rule
 
@@ -169,7 +169,7 @@ format of priority is::
 metadata
 --------
 
-The meatadata keyword allows additional, non-functional information to
+The metadata keyword allows additional, non-functional information to
 be added to the signature. While the format is free-form, it is
 recommended to stick to key, value pairs as Suricata can include these
 in eve alerts. The format is::
index 0c1c927afa136611e7faa3e3400ca2ccc99a898b..8ea6ae28195b67759cba941ed617ab2b142e8f74 100644 (file)
@@ -84,7 +84,7 @@ For example::
   distance:-10; sid:9000000; rev:1;)
 
 You see ``content:!”Firefox/3.6.13”;``. This means an alert will be
-generated if the the used version of Firefox is not 3.6.13.
+generated if the used version of Firefox is not 3.6.13.
 
 .. note:: The following characters must be escaped inside the content:
              ``;`` ``\`` ``"``
index 4afbb88d2575b83dec2194644234643f15583ad8..0debdbcf23d8df4272e6020546421aec0eb0bd46 100644 (file)
@@ -164,7 +164,7 @@ example:
 
   tls.subject:"CN=*.googleusercontent.com"
 
-Case sensitve, can't use 'nocase'.
+Case sensitive, can't use 'nocase'.
 
 Legacy keyword. ``tls_cert_subject`` is the replacement.
 
@@ -180,7 +180,7 @@ example:
 
   tls.issuerdn:!"CN=Google-Internet-Authority"
 
-Case sensitve, can't use 'nocase'.
+Case sensitive, can't use 'nocase'.
 
 Legacy keyword. ``tls_cert_issuer`` is the replacement.