For HTTP signatures to match on HTTP2 traffic if configure
option app-layer.protocols.http2.http1-rules is enabled
(this event can also set from other conditions).
This can happen on slow configurations (hardware, ASAN, etc...)
+HTTP2
+-----
+
+HTTP keywords can be enabled to match on HTTP1 traffic.
+To do so, you should set ``app-layer.protocols.http2.http1-rules``.
+In this case, you cannot have HTTP1-only rules.
+
Configure SMB (Rust)
~~~~~~~~~~~~~~~~~~~~
# HTTP2: Experimental HTTP 2 support. Disabled by default.
http2:
enabled: no
+ # use http keywords on HTTP2 traffic
+ http1-rules: no
smtp:
enabled: yes
raw-extraction: no