From b813f535ce3abdb2769e566378add7c9e5360772 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sat, 3 Jun 2023 08:27:33 +0200 Subject: [PATCH] tests: fix sip based drop test for 6.0.x --- tests/bug-5802/suricata.yaml | 7 +++++++ tests/detect-udp-flow-rule-02/suricata.yaml | 7 +++++++ 2 files changed, 14 insertions(+) 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 -- 2.47.2