dhcp: update user guide

pull/3395/head
Jason Ish 7 years ago
parent c052e23348
commit fb85822730

@ -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

@ -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.

Loading…
Cancel
Save