From 8e07f2b419ea2f7a114a820a11cc663917c7320d Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Tue, 6 Feb 2024 14:52:15 +0100 Subject: [PATCH] ssh: do not enforce pcap_cnt 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/bug-4903/bug-4903-04/test.yaml b/tests/bug-4903/bug-4903-04/test.yaml index 4ef142345..3a807c5a2 100644 --- a/tests/bug-4903/bug-4903-04/test.yaml +++ b/tests/bug-4903/bug-4903-04/test.yaml @@ -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