]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
gen/typo: Misc. typo fixes
authorJeff Lucovsky <jlucovsky@oisf.net>
Mon, 30 Jun 2025 13:39:34 +0000 (09:39 -0400)
committerVictor Julien <victor@inliniac.net>
Thu, 10 Jul 2025 17:36:37 +0000 (19:36 +0200)
doc/userguide/output/eve/eve-json-format.rst
doc/userguide/output/eve/eve-json-output.rst

index 70bad2cdff5539299b538ad2e4e95aafcb19a898..13e8956f7738e90d0b7e07a9a19c4d41bfa3f3f5 100644 (file)
@@ -470,7 +470,7 @@ flow, since one packet may match on several rules.
 Verdict
 ~~~~~~~
 
-An object containning info on the final action that will be applied to a given
+An object containing info on the final action that will be applied to a given
 packet, based on all the signatures triggered by it and other possible events
 (e.g., a flow drop). For that reason, it is possible for an alert with
 an action ``allowed`` to have a verdict ``drop``, in IPS mode, for instance, if
@@ -3110,7 +3110,7 @@ Fields
 
 * "hw_type": network link protocol type
 * "proto_type": internetwork protocol for which the request is intended
-* "opcode": operation that the sender is performing (e.g. request, response)  
+* "opcode": operation that the sender is performing (e.g. request, response)
 * "src_mac": source MAC address
 * "src_ip": source IP address
 * "dest_mac": destination MAC address
index 4b49fb507826b33af81ea2c5fbb1fe362d90a1b4..a6c88d1e640a39141dbb6405c2cbdae93edc9940 100644 (file)
@@ -617,8 +617,8 @@ Options
 The output can be enabled per instance of the EVE logger.
 
 The ``community-id`` option is boolean. If set to ``true`` it is enabled.
-The ``community-id-seed`` option specifies a unsigned 16 bit value that
-is used a seed to the hash that is calculated for the ``community-id``
+The ``community-id-seed`` option specifies an unsigned 16 bit value that
+is used to seed the hash that is calculated for the ``community-id``
 output. This must be set to the same value on all tools that output this
 record.