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
Shivani Bhardwaj 0d6017d174 dcerpc: do not assume an upper bound on data
TCP data can be presented to the protocol parser in any way e.g. one
byte at a time, single complete PDU, fragmented PDU, multiple PDUs at
once. A limit of 1MB can be easily reached in some of such scenarios.
Remove the check that rejects data that is more than 1MB.
10 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive app-layer: use uint8_t consistent for event IDs 1 year ago
src dcerpc: do not assume an upper bound on data 10 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in ldap: update ldap-parser crate 10 months ago
Cargo.toml.in ldap: update ldap-parser crate 10 months ago
Makefile.am rust: generated bindings depend on cbindgen.toml 10 months ago
cbindgen.toml transforms: move strip_whitespace to rust 1 year ago
rustfmt.toml