Skip to content

Commit

Permalink
ssh: do not test direction
Browse files Browse the repository at this point in the history
as we log packet direction instead of flow direction
  • Loading branch information
catenacyber committed Jan 15, 2024
1 parent 0bf85c6 commit bbc4d46
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions tests/bug-4903/bug-4903-01/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@ checks:
- filter:
count: 1
match:
dest_ip: 192.168.200.1
dest_port: 22
event_type: ssh
proto: TCP
src_ip: 192.168.100.1
src_port: 10000
ssh.server.proto_version: '1.99'
ssh.server.software_version: Cisco_server-1.24
- filter:
Expand Down
4 changes: 0 additions & 4 deletions tests/bug-4903/bug-4903-02/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,8 @@ checks:
- filter:
count: 1
match:
dest_ip: 192.168.200.1
dest_port: 22
event_type: ssh
proto: TCP
src_ip: 192.168.100.1
src_port: 10001
ssh.server.proto_version: '1.99'
ssh.server.software_version: Cisco_server-1.24
- filter:
Expand Down
4 changes: 0 additions & 4 deletions tests/bug-4903/bug-4903-04/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,9 @@ checks:
- filter:
count: 1
match:
dest_ip: 192.168.200.1
dest_port: 22
event_type: ssh
pcap_cnt: 6
proto: TCP
src_ip: 192.168.100.1
src_port: 10003
ssh.client.proto_version: '2.0'
ssh.client.software_version: Cisco_client-1.25
ssh.server.proto_version: '1.99'
Expand Down

0 comments on commit bbc4d46

Please sign in to comment.