]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
userguide: 'sticky' instead of 'Sticky' for all tls keywords
authorMats Klepsland <mats.klepsland@gmail.com>
Tue, 14 May 2019 05:42:16 +0000 (07:42 +0200)
committerVictor Julien <victor@inliniac.net>
Sat, 18 May 2019 05:29:23 +0000 (07:29 +0200)
doc/userguide/rules/ja3-keywords.rst
doc/userguide/rules/tls-keywords.rst

index 904cfd9a7a3bb8c426a4e862cabfc8f7e84b6dce..d5707261b59421db62fe256333491c0f8b03cf43 100644 (file)
@@ -16,7 +16,7 @@ Example::
       ja3.hash; content:"e7eca2baf4458d095b7f45da28c16c34"; \
       sid:100001;)
 
-``ja3.hash`` is a 'Sticky buffer'.
+``ja3.hash`` is a 'sticky buffer'.
 
 ``ja3.hash`` can be used as ``fast_pattern``.
 
@@ -35,7 +35,7 @@ Example::
       ja3.string; content:"19-20-21-22"; \
       sid:100002;)
 
-``ja3.string`` is a 'Sticky buffer'.
+``ja3.string`` is a 'sticky buffer'.
 
 ``ja3.string`` can be used as ``fast_pattern``.
 
index fa31fbe2d431b471232c58b032950e0480a14896..89cef92e9c76f7e4bc374a954a515453f5a1e7b9 100644 (file)
@@ -13,7 +13,7 @@ Examples::
   tls.cert_subject; content:"CN=*.googleusercontent.com"; isdataat:!1,relative;
   tls.cert_subject; content:"google.com"; nocase; pcre:"/google.com$/";
 
-``tls.cert_subject`` is a 'Sticky buffer'.
+``tls.cert_subject`` is a 'sticky buffer'.
 
 ``tls.cert_subject`` can be used as ``fast_pattern``.
 
@@ -31,7 +31,7 @@ Examples::
   tls.cert_issuer; content:"WoSign"; nocase; isdataat:!1,relative;
   tls.cert_issuer; content:"StartCom"; nocase; pcre:"/StartCom$/";
 
-``tls.cert_issuer`` is a 'Sticky buffer'.
+``tls.cert_issuer`` is a 'sticky buffer'.
 
 ``tls.cert_issuer`` can be used as ``fast_pattern``.
 
@@ -49,7 +49,7 @@ Example::
   alert tls any any -> any any (msg:"match cert serial"; \
     tls.cert_serial; content:"5C:19:B7:B1:32:3B:1C:A1"; sid:200012;)
 
-``tls.cert_serial`` is a 'Sticky buffer'.
+``tls.cert_serial`` is a 'sticky buffer'.
 
 ``tls.cert_serial`` can be used as ``fast_pattern``.
 
@@ -69,7 +69,7 @@ Example::
     content:"4a:a3:66:76:82:cb:6b:23:bb:c3:58:47:23:a4:63:a7:78:a4:a1:18"; \
     sid:200023;)
 
-``tls.cert_fingerprint`` is a 'Sticky buffer'.
+``tls.cert_fingerprint`` is a 'sticky buffer'.
 
 ``tls.cert_fingerprint`` can be used as ``fast_pattern``.
 
@@ -87,7 +87,7 @@ Examples::
   tls.sni; content:"oisf.net"; nocase; isdataat:!1,relative;
   tls.sni; content:"oisf.net"; nocase; pcre:"/oisf.net$/";
 
-``tls.sni`` is a 'Sticky buffer'.
+``tls.sni`` is a 'sticky buffer'.
 
 ``tls.sni`` can be used as ``fast_pattern``.