From add95002b98cef76e89468df3ebaba5944daad46 Mon Sep 17 00:00:00 2001 From: Giuseppe Longo Date: Tue, 1 Aug 2023 21:24:28 +0200 Subject: [PATCH] suricata.yaml: define SIP_PORTS --- doc/userguide/configuration/suricata-yaml.rst | 1 + suricata.yaml.in | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/userguide/configuration/suricata-yaml.rst b/doc/userguide/configuration/suricata-yaml.rst index db9040aedc..8a39bf29b1 100644 --- a/doc/userguide/configuration/suricata-yaml.rst +++ b/doc/userguide/configuration/suricata-yaml.rst @@ -2455,6 +2455,7 @@ address, you should enter 'any'. SHELLCODE_PORTS: "!80" ORACLE_PORTS: 1521 SSH_PORTS: 22 + SIP_PORTS: "[5060, 5061]" .. _host-os-policy: diff --git a/suricata.yaml.in b/suricata.yaml.in index 97a7e1318e..a6d91b27d4 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -50,6 +50,7 @@ vars: GENEVE_PORTS: 6081 VXLAN_PORTS: 4789 TEREDO_PORTS: 3544 + SIP_PORTS: "[5060, 5061]" ## ## Step 2: Select outputs to enable -- 2.47.2