]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
dhcp: update user guide 3395/head
authorJason Ish <ish@unx.ca>
Fri, 8 Jun 2018 19:18:03 +0000 (13:18 -0600)
committerJason Ish <ish@unx.ca>
Sat, 16 Jun 2018 12:42:28 +0000 (06:42 -0600)
doc/userguide/partials/eve-log.yaml
doc/userguide/rules/intro.rst

index 88fbd5260178f8cf0c1d30706e8565dc4726d572..178281ba4f41a0ff22af120084fbc19362ac1f03 100644 (file)
@@ -163,6 +163,14 @@ outputs:
             totals: yes       # stats for all threads merged together
             threads: no       # per thread stats
             deltas: no        # include delta values
+        - dhcp:
+            # DHCP logging requires Rust.
+            enabled: @rust_config_enabled@
+            # When extended mode is on, all DHCP messages are logged
+            # with full detail. When extended mode is off (the
+            # default), just enough information to map a MAC address
+            # to an IP address is logged.
+            extended: no
         # bi-directional flows
         - flow
         # uni-directional flows
index 64604f0970e0d222eaa9eb754b16c95204b8a51d..ab71a5c20d05aa2a5d259af722ddaf3bf0ea0b9d 100644 (file)
@@ -81,6 +81,7 @@ you can pick from. These are:
 * ikev2 (depends on rust availability)
 * krb5 (depends on rust availability)
 * ntp (depends on rust availability)
+* dhcp (depends on rust availability)
 
 The availability of these protocols depends on whether the protocol is enabled in the configuration file suricata.yaml.