]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
yaml: add addr and port vars commonly used by ET/ETpro
authorVictor Julien <victor@inliniac.net>
Tue, 25 Sep 2012 12:46:51 +0000 (14:46 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 25 Sep 2012 15:38:08 +0000 (17:38 +0200)
suricata.yaml.in

index 5c546aec628e7e3dcc2bad6ae676d34ef2320a95..701b243b7683f1513b7c57c8380f4c4fe6251351 100644 (file)
@@ -779,6 +779,18 @@ vars:
 
     AIM_SERVERS: "$EXTERNAL_NET"
 
+    DNP3_SERVER: "$HOME_NET"
+
+    DNP3_CLIENT: "$HOME_NET"
+
+    MODBUS_CLIENT: "$HOME_NET"
+
+    MODBUS_SERVER: "$HOME_NET"
+
+    ENIP_CLIENT: "$HOME_NET"
+
+    ENIP_SERVER: "$HOME_NET"
+
   # Holds the port group vars that would be passed in a Signature.
   # These would be retrieved during the Signature port parsing stage.
   port-groups:
@@ -791,6 +803,7 @@ vars:
 
     SSH_PORTS: 22
 
+    DNP3_PORTS: 20000
 
 # Set the order of alerts bassed on actions
 # The default order is pass, drop, reject, alert