From: Victor Julien Date: Sat, 3 Jun 2023 06:27:33 +0000 (+0200) Subject: tests: fix sip based drop test for 6.0.x X-Git-Tag: suricata-6.0.13~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1228%2Fhead;p=thirdparty%2Fsuricata-verify.git tests: fix sip based drop test for 6.0.x --- diff --git a/tests/bug-5802/suricata.yaml b/tests/bug-5802/suricata.yaml index a2f9e65cc..aa89b2b0f 100644 --- a/tests/bug-5802/suricata.yaml +++ b/tests/bug-5802/suricata.yaml @@ -27,3 +27,10 @@ action-order: - drop - reject - alert + +app-layer: + protocols: + sip: + enabled: true + detection-ports: + dp: 5060, 5061 diff --git a/tests/detect-udp-flow-rule-02/suricata.yaml b/tests/detect-udp-flow-rule-02/suricata.yaml index a2f9e65cc..aa89b2b0f 100644 --- a/tests/detect-udp-flow-rule-02/suricata.yaml +++ b/tests/detect-udp-flow-rule-02/suricata.yaml @@ -27,3 +27,10 @@ action-order: - drop - reject - alert + +app-layer: + protocols: + sip: + enabled: true + detection-ports: + dp: 5060, 5061