]> git.ipfire.org Git - thirdparty/suricata.git/commit
files: update API and callers to take stream config
authorVictor Julien <vjulien@oisf.net>
Sat, 21 Jan 2023 09:13:22 +0000 (10:13 +0100)
committerVictor Julien <vjulien@oisf.net>
Mon, 23 Jan 2023 09:33:32 +0000 (10:33 +0100)
commite3e55406a738059feff2abf0ac3ec49deb19ce16
treec7d852aade8ea280bd53230982d2f1691e88942f
parentf7dbdb763102d74a66aba5839667b094df1b6a83
files: update API and callers to take stream config

This is to allow not storing the stream buffer config in each file.
21 files changed:
rust/src/core.rs
rust/src/filecontainer.rs
rust/src/filetracker.rs
rust/src/http2/http2.rs
rust/src/http2/range.rs
rust/src/nfs/nfs.rs
rust/src/smb/files.rs
rust/src/smb/smb.rs
src/app-layer-ftp.c
src/app-layer-htp-body.c
src/app-layer-htp-body.h
src/app-layer-htp-file.c
src/app-layer-htp-file.h
src/app-layer-htp-range.c
src/app-layer-htp-range.h
src/app-layer-htp.c
src/app-layer-parser.c
src/app-layer-smtp.c
src/rust-context.h
src/util-file.c
src/util-file.h