Skip to content

Commit

Permalink
template: use the keyword for the tx buffer
Browse files Browse the repository at this point in the history
Ticket: 7315
  • Loading branch information
catenacyber committed Oct 9, 2024
1 parent 8af4214 commit 19061e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/app-layer-template/test.rules
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
alert template any any -> any any (msg:"TEST"; content:"Hello"; flow:established,to_server; sid:1; rev:1;)
alert template any any -> any any (msg:"TEST"; content:"Bye"; flow:established,to_client; sid:2; rev:1;)
alert template any any -> any any (msg:"TEST"; template.buffer; content:"Hello"; flow:established,to_server; sid:1; rev:1;)
alert template any any -> any any (msg:"TEST"; template.buffer; content:"Bye"; flow:established,to_client; sid:2; rev:1;)
4 changes: 4 additions & 0 deletions tests/app-layer-template/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# *** Add configuration here ***

# TODO remove once template-rust string is out of main7
requires:
min-version: 8

args:
- -k none

Expand Down

0 comments on commit 19061e7

Please sign in to comment.