]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc/userguide/transforms: remove not about libnss being required
authorJason Ish <jason.ish@oisf.net>
Mon, 4 Jan 2021 17:03:31 +0000 (11:03 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 13 Jan 2021 08:01:06 +0000 (09:01 +0100)
doc/userguide/rules/transforms.rst

index 20125c38048ff97f1e31519b246f382281557f43..7298e76015d16b5b1c7cf459a0057c38710d555c 100644 (file)
@@ -79,8 +79,6 @@ Example::
     alert http any any -> any any (http_request_line; to_md5; \
         content:"|54 A9 7A 8A B0 9C 1B 81 37 25 22 14 51 D3 F9 97|"; sid:1;)
 
-.. note:: depends on libnss being compiled into Suricata
-
 to_sha1
 ---------
 
@@ -92,8 +90,6 @@ Example::
     alert http any any -> any any (http_request_line; to_sha1; \
         content:"|54A9 7A8A B09C 1B81 3725 2214 51D3 F997 F015 9DD7|"; sid:1;)
 
-.. note:: depends on libnss being compiled into Suricata
-
 to_sha256
 ---------
 
@@ -105,8 +101,6 @@ Example::
     alert http any any -> any any (http_request_line; to_sha256; \
         content:"|54A9 7A8A B09C 1B81 3725 2214 51D3 F997 F015 9DD7 049E E5AD CED3 945A FC79 7401|"; sid:1;)
 
-.. note:: depends on libnss being compiled into Suricata
-
 pcrexform
 ---------