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
Philippe Antoine 16f74c68aa websocket: use max window bits of 15
Ticket: 7285

As this is the default for websocket, which is bigger than the
defaut for zlib usage

Also limit the decompressed content to the max-payload-size
configuration parameter also used for non-compressed content.

And also use a stateful decoder to store/remember the compression
state to be able to decompress later messages.
1 year ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive app-layer: use uint8_t consistent for event IDs 2 years ago
htp rust/htp: remove authors; fix homepage 1 year ago
src websocket: use max window bits of 15 1 year ago
suricatactl suricatactl: add description to Cargo.toml 1 year ago
suricatasc rust: pin once_cell to work with Rust 1.67.1 1 year ago
sys version: start development towards 8.0.0-rc1 1 year ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in htp: rename to suricata-htp; allow publishing to crates.io 1 year ago
Cargo.toml.in rust: use flate2 with C zlib 1 year ago
Makefile.am rust: always update Cargo.lock.in 1 year ago
cbindgen.toml rust: export jsonbuilder API in sys crate 1 year ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 3 years ago