From: Philippe Antoine Date: Mon, 26 Apr 2021 12:42:11 +0000 (+0200) Subject: http2: use stat_code instead of stat_msg as keyword X-Git-Tag: suricata-6.0.4~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1170d72372b86bb4747d5cd163822b97e00144a;p=thirdparty%2Fsuricata-verify.git http2: use stat_code instead of stat_msg as keyword --- 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;)