]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
ssh: do not enforce pcap_cnt
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 6 Feb 2024 13:52:15 +0000 (14:52 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 16 Feb 2024 05:45:37 +0000 (06:45 +0100)
As this is an invalid tcp packet, that should not run any tx
detection on it.

Ticket: 6775

tests/bug-4903/bug-4903-04/test.yaml

index 4ef1423454e2cf51be298db8cd725f1b51ab0976..3a807c5a21eef486efde37d40db60ec391b41f57 100644 (file)
@@ -89,7 +89,6 @@ checks:
       flow.bytes_toserver: 336
       flow.pkts_toclient: 3
       flow.pkts_toserver: 4
-      pcap_cnt: 7
       proto: TCP
       src_ip: 192.168.100.1
       src_port: 10003
@@ -115,7 +114,6 @@ checks:
       flow.bytes_toserver: 336
       flow.pkts_toclient: 3
       flow.pkts_toserver: 4
-      pcap_cnt: 7
       proto: TCP
       src_ip: 192.168.100.1
       src_port: 10003