]> git.ipfire.org Git - thirdparty/suricata.git/commit
http2: rename http2.header to http.request_header
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 12 Jan 2023 16:03:44 +0000 (17:03 +0100)
committerVictor Julien <vjulien@oisf.net>
Fri, 9 Jun 2023 09:44:31 +0000 (11:44 +0200)
commit656554f293bd53b5de8e044909d84173bfce2d00
treecf23a3aae3a2af84b60153e1062eddfc2f16c3b2
parent746fb50d58c5adc5668f15537469d6dda9e7ba4d
http2: rename http2.header to http.request_header

Or http.response_header based on the direction

http2.header had a different behavior than http.header and this was
confusing.

Ticket: #5780
doc/userguide/rules/http2-keywords.rst
doc/userguide/upgrade.rst
src/detect-engine-register.h
src/detect-http2.c