]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
yaml: improve capture comments
authorVictor Julien <victor@inliniac.net>
Tue, 31 May 2016 06:51:57 +0000 (08:51 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 31 May 2016 06:52:23 +0000 (08:52 +0200)
suricata.yaml.in

index bdd754135a70aa7b76ad924ee63a4fd2e1f8baa8..b048a9ae8e56fcbf14e1a89badfd7dc65ac37af4 100644 (file)
@@ -474,10 +474,13 @@ logging:
 
 
 ##
-## Step 4: configure capture settings
+## Step 4: configure common capture settings
+##
+## See "Advanced Capture Options" below for more options, including NETMAP
+## and PF_RING.
 ##
 
-# af-packet support
+# Linux high speed capture support
 af-packet:
   - interface: eth0
     # Number of receive threads. "auto" uses the number of cores
@@ -562,6 +565,7 @@ af-packet:
     #rollover: yes
     tpacket-v3: yes
 
+# Cross platform libpcap capture support
 pcap:
   - interface: eth0
     # On Linux, pcap will try to use mmaped capture and will use buffer-size
@@ -593,6 +597,7 @@ pcap:
   - interface: default
     #checksum-checks: auto
 
+# Settings for reading pcap files
 pcap-file:
   # Possible values are:
   #  - yes: checksum validation is forced