From: Pierre Chifflier Date: Tue, 6 Mar 2018 07:03:11 +0000 (+0100) Subject: Add ikev2 to userguide X-Git-Tag: suricata-4.1.0-rc1~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eb48e1e93393cbeb7347cc47b68f67fbcb2f7fd;p=thirdparty%2Fsuricata.git Add ikev2 to userguide --- diff --git a/doc/userguide/partials/eve-log.yaml b/doc/userguide/partials/eve-log.yaml index c6c0e3a888..88fbd52601 100644 --- a/doc/userguide/partials/eve-log.yaml +++ b/doc/userguide/partials/eve-log.yaml @@ -156,6 +156,8 @@ outputs: # NFS logging. Requires Rust. - nfs + # IKEv2 logging. Requires Rust. + - ikev2 - ssh - stats: totals: yes # stats for all threads merged together diff --git a/doc/userguide/rules/intro.rst b/doc/userguide/rules/intro.rst index 07afe222d2..1be6e937dc 100644 --- a/doc/userguide/rules/intro.rst +++ b/doc/userguide/rules/intro.rst @@ -78,6 +78,7 @@ you can pick from. These are: * dnp3 (disabled by default) * enip (disabled by default) * nfs (depends on rust availability) +* ikev2 (depends on rust availability) * ntp (depends on rust availability) The availability of these protocols depends on whether the protocol is enabled in the configuration file suricata.yaml.