]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
sip: add tests for sip over tcp 1672/head
authorGiuseppe Longo <giuseppe@glongo.it>
Thu, 13 Apr 2023 16:59:03 +0000 (18:59 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 28 Feb 2024 06:00:43 +0000 (07:00 +0100)
commit62ac74eb5864c4e392ba7f17172ddac7f2ba69a2
tree8935775b4b818d8ea95fd162a69380e65ddeb6ad
parentb51b2594c8b17928a55b1ac14df0f2789ca2edf4
sip: add tests for sip over tcp
37 files changed:
tests/sip-pattern-matching/Makefile [new file with mode: 0644]
tests/sip-pattern-matching/README.md [new file with mode: 0644]
tests/sip-pattern-matching/sip-pattern-matching.syn [new file with mode: 0644]
tests/sip-pattern-matching/sip.pcap [new file with mode: 0644]
tests/sip-pattern-matching/test.yaml [new file with mode: 0644]
tests/sip-tcp-body-frames/README.md [new file with mode: 0644]
tests/sip-tcp-body-frames/test.rules [new file with mode: 0644]
tests/sip-tcp-body-frames/test.yaml [new file with mode: 0644]
tests/sip-tcp-method/README.md [new file with mode: 0644]
tests/sip-tcp-method/sip-tcp.pcap [new file with mode: 0755]
tests/sip-tcp-method/sip_client.c [new file with mode: 0644]
tests/sip-tcp-method/sip_server.c [new file with mode: 0644]
tests/sip-tcp-method/test.rules [new file with mode: 0644]
tests/sip-tcp-method/test.yaml [new file with mode: 0644]
tests/sip-tcp-pattern-matching/Makefile [new file with mode: 0644]
tests/sip-tcp-pattern-matching/README.md [new file with mode: 0644]
tests/sip-tcp-pattern-matching/sip-tcp-pattern-matching.syn [new file with mode: 0644]
tests/sip-tcp-pattern-matching/sip.pcap [new file with mode: 0644]
tests/sip-tcp-pattern-matching/test.yaml [new file with mode: 0644]
tests/sip-tcp-protocol/README.md [new file with mode: 0644]
tests/sip-tcp-protocol/test.rules [new file with mode: 0644]
tests/sip-tcp-protocol/test.yaml [new file with mode: 0644]
tests/sip-tcp-request-line/README.md [new file with mode: 0644]
tests/sip-tcp-request-line/test.rules [new file with mode: 0644]
tests/sip-tcp-request-line/test.yaml [new file with mode: 0755]
tests/sip-tcp-response-line/README.md [new file with mode: 0644]
tests/sip-tcp-response-line/test.rules [new file with mode: 0644]
tests/sip-tcp-response-line/test.yaml [new file with mode: 0755]
tests/sip-tcp-stat-code/README.md [new file with mode: 0644]
tests/sip-tcp-stat-code/test.rules [new file with mode: 0644]
tests/sip-tcp-stat-code/test.yaml [new file with mode: 0644]
tests/sip-tcp-stat-msg/README.md [new file with mode: 0644]
tests/sip-tcp-stat-msg/test.rules [new file with mode: 0644]
tests/sip-tcp-stat-msg/test.yaml [new file with mode: 0644]
tests/sip-tcp-uri/README.md [new file with mode: 0644]
tests/sip-tcp-uri/test.rules [new file with mode: 0644]
tests/sip-tcp-uri/test.yaml [new file with mode: 0755]