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.
suricata/rust/src/rdp
Victor Julien 79499e4769 app-layer: move files into transactions
Update APIs to store files in transactions instead of the per flow state.

Goal is to avoid the overhead of matching up files and transactions in
cases where there are many of both.

Update all protocol implementations to support this.

Update file logging logic to account for having files in transactions. Instead
of it acting separately on file containers, it is now tied into the
transaction logging.

Update the filestore keyword to consider a match if filestore output not
enabled.
3 years ago
..
error.rs rust/rdp: convert parsers to nom7 3 years ago
log.rs rust/x509: update dependency on x509-parser 3 years ago
mod.rs protocol parser: rdp 6 years ago
parser.rs rust/rdp: convert parsers to nom7 3 years ago
rdp.rs app-layer: move files into transactions 3 years ago
util.rs rust/rdp: convert parsers to nom7 3 years ago
windows.rs protocol parser: rdp 6 years ago