From: Philippe Antoine Date: Tue, 17 Nov 2020 14:34:21 +0000 (+0100) Subject: Adds check for http2 file brotli decompression X-Git-Tag: suricata-6.0.4~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48a1671c5f7b938356f76e3210d73402267ff526;p=thirdparty%2Fsuricata-verify.git Adds check for http2 file brotli decompression --- diff --git a/tests/http2-bugfixes/test.yaml b/tests/http2-bugfixes/test.yaml index d6269d9cc..711a31942 100644 --- a/tests/http2-bugfixes/test.yaml +++ b/tests/http2-bugfixes/test.yaml @@ -14,8 +14,15 @@ checks: count: 0 match: event_type: anomaly +# check gzip decompresser - filter: count: 1 match: event_type: fileinfo fileinfo.size: 639 +# check brotli decompresser + - filter: + count: 1 + match: + event_type: fileinfo + fileinfo.size: 880