]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
app-layer: explicitly enable sip, rdp and mqtt
authorVictor Julien <vjulien@oisf.net>
Mon, 30 Jan 2023 12:42:31 +0000 (13:42 +0100)
committerVictor Julien <vjulien@oisf.net>
Mon, 30 Jan 2023 12:42:35 +0000 (13:42 +0100)
In the default config these were enabled implicitly, as their `enabled`
field was commented out. This lead to warnings in the default config.

Ticket: #5299.

suricata.yaml.in

index c2056dc89e12ce5c39113d9993ee99e1ccd0e672..fd164cb88f95845a50c2ab8a9e4da7eddb28ce6d 100644 (file)
@@ -734,7 +734,7 @@ app-layer:
         dp: 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5909
     # MQTT, disabled by default.
     mqtt:
-      # enabled: no
+      enabled: yes
       # max-msg-length: 1mb
       # subscribe-topic-match-limit: 100
       # unsubscribe-topic-match-limit: 100
@@ -775,7 +775,7 @@ app-layer:
       enabled: yes
       # memcap: 64mb
     rdp:
-      #enabled: yes
+      enabled: yes
     ssh:
       enabled: yes
       #hassh: yes
@@ -986,7 +986,7 @@ app-layer:
       enabled: yes
 
     sip:
-      #enabled: no
+      enabled: yes
 
 # Limit for the maximum number of asn1 frames to decode (default 256)
 asn1-max-frames: 256