mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
To optimize detection, and logging, to avoid going through
all the live transactions when only a few were modified.
Two boolean fields are added to the tx data: updated_tc and ts
The app-layer parsers are now responsible to set these when
needed, and the logging and detection uses them to skip
transactions that were not updated.
There may some more optimization remaining by when we set
both updated_tc and updated_ts in functions returning
a mutable transaction, by checking if all the callers
are called in one direction only (request or response)
Ticket: 7087
(cherry picked from commit
|
5 months ago | |
---|---|---|
.. | ||
.cargo | 1 year ago | |
derive | 9 months ago | |
src | 5 months ago | |
.gitignore | 1 year ago | |
Cargo.lock.in | 8 months ago | |
Cargo.toml.in | 8 months ago | |
Makefile.am | 1 year ago | |
cbindgen.toml | 3 years ago | |
rustfmt.toml | 5 years ago |