From e1170d72372b86bb4747d5cd163822b97e00144a Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Mon, 26 Apr 2021 14:42:11 +0200 Subject: [PATCH] http2: use stat_code instead of stat_msg as keyword --- tests/http2-keywords2/test.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/http2-keywords2/test.rules b/tests/http2-keywords2/test.rules index c2cef492a..c0619081f 100644 --- a/tests/http2-keywords2/test.rules +++ b/tests/http2-keywords2/test.rules @@ -3,4 +3,4 @@ alert http2 any any -> any any (http.uri; content:"/robots.txt"; sid:11;) alert http any any -> any any (http.uri; content:"/robots.txt"; sid:12;) alert http2 any any -> any any (http.user_agent; content:"curl"; sid:20;) -alert http2 any any -> any any (http.stat_msg; content:"404"; sid:21;) +alert http2 any any -> any any (http.stat_code; content:"404"; sid:21;) -- 2.47.2