]> git.ipfire.org Git - thirdparty/suricata.git/commit
http2: complete json schema
authorPhilippe Antoine <pantoine@oisf.net>
Wed, 18 Dec 2024 20:28:01 +0000 (21:28 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 20 Dec 2024 06:55:54 +0000 (07:55 +0100)
commitb0282f49af5692cdffc7a71f679852465ecf537e
tree32c6091d7374d6fbc4487598d2e6d74e399b0177
parentfd7e2e5e9a6aae57d52ca089ca89fb45fefd9e08
http2: complete json schema

git grep js.set_string rust/src/http2/logger.rs | grep '"' |
cut -d'"' -f2 | sort | uniq | while read i;
do echo -n $i; git grep $i etc/schema.json | wc -l; done

shows only has_multiple was missing
etc/schema.json