]> git.ipfire.org Git - thirdparty/suricata.git/commit
protodetect: make expectation_proto part of AppLayerProtoDetectCtx
authorPhilippe Antoine <pantoine@oisf.net>
Mon, 2 Sep 2024 08:28:04 +0000 (10:28 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 8 Jan 2025 16:06:13 +0000 (17:06 +0100)
commit6b7349dbc189a626e86c3de57b03d9d92efb551e
treed7d073e764c69938c6bd24673fc6f7e019bd578c
parent7750226e435228dca21ae6c22860921aa0497883
protodetect: make expectation_proto part of AppLayerProtoDetectCtx

instead of a global variable.

For easier initialization with dynamic number of protocols
src/app-layer-detect-proto.c