]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: rename TriggerRawStreamReassembly
authorShivani Bhardwaj <shivani@oisf.net>
Tue, 20 May 2025 13:53:24 +0000 (19:23 +0530)
committerVictor Julien <victor@inliniac.net>
Wed, 21 May 2025 17:42:06 +0000 (19:42 +0200)
commit35cef72b4408142461ccb79e07bf7361bc92243f
tree8be791e46c5eedafa149830dff29ac453b2fb641
parentca9b29c2d018b999b7e2c7a8c43ee53cdcc03e84
stream: rename TriggerRawStreamReassembly

The functions around TriggerRawStreamReassembly are misnomers in the
current layout of the code. The functions were named appropriately when
they were created as per the structural and logical layout of the code
at the time.

These functions in today's code are being used to track, update and
trigger progress of inspection in the raw stream only. Hence, rename them
to TriggerRawStreamInspection.
19 files changed:
rust/src/core.rs
rust/src/dcerpc/dcerpc.rs
rust/src/dns/dns.rs
rust/src/enip/enip.rs
rust/src/http2/http2.rs
rust/src/krb/krb5.rs
rust/src/ldap/ldap.rs
rust/src/modbus/modbus.rs
rust/src/mqtt/mqtt.rs
rust/src/pgsql/pgsql.rs
src/app-layer-htp.c
src/app-layer-parser.c
src/app-layer-parser.h
src/app-layer-smtp.c
src/app-layer-ssl.c
src/rust-context.c
src/rust-context.h
src/stream-tcp-reassemble.c
src/stream-tcp-reassemble.h