]> git.ipfire.org Git - thirdparty/suricata.git/commit
app-layer: disable stream app tracking on no parser
authorVictor Julien <vjulien@oisf.net>
Wed, 13 Apr 2022 12:00:37 +0000 (14:00 +0200)
committerVictor Julien <vjulien@oisf.net>
Fri, 15 Apr 2022 11:49:48 +0000 (13:49 +0200)
commit205bc1e2884b28dc9b016f116f5c54e0d569eb5d
tree7c64bda01b08bdce58b8f012e639bf0d8ab8f0f4
parent8ecf7e403ec493118afaa0543166e0c11d907417
app-layer: disable stream app tracking on no parser

If protocol has no parser enabled or implemented, disable the app
progress tracking in the stream engine to reduce the workload in
the stream engine.
src/app-layer-parser.c