Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions tests/tls-extra-alert-engine-analysis/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,38 @@ pcap: false

checks:
- filter:
min-version: 9
filename: rules.json
count: 1
match:
flags:
- src_any
- dst_any
- sp_any
- noalert
- need_packet
- toserver
id: 9901001
lists:
packet:
matches:
- name: tcp.flags
postmatch:
matches:
- flowbits:
cmd: set
names:
- tls_tracker
name: flowbits
pkt_engines:
- is_mpm: false
name: packet
requirements:
- tcp_flags_syn
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is just this part that changed, right ? s/tcp_flags_init_deinit/tcp_flags_syn/

- real_pkt
type: pkt
- filter:
lt-version: 9
filename: rules.json
count: 1
match:
Expand Down
Loading