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
Victor Julien f545f06cf2 doh2: do not enable parser if http2 is disabled
DOH2 depends on HTTP/2, so it makes no sense to enable it separately.

It would also put the sub state handling in a weird state, as the DOH2
side reuses the registered HTTP/2 callbacks.
2 days ago
..
.cargo
derive rust/ffi: move AppLayerEvent to ffi 2 months ago
ffi rust/ffi: specify sys crate dependency version 3 days ago
htp http1: limit the number of compression bombs per flow 5 days ago
src doh2: do not enable parser if http2 is disabled 2 days ago
suricatactl rust: limit clap verson to 4.5.57 4 months ago
suricatasc rust: pin unicode-segmentation crate to 1.12.0 4 months ago
sys detect: support per tx sub states 2 days ago
.gitignore
Cargo.lock.in psl: update to latest version 2 weeks ago
Cargo.toml.in rust: feature debug in main crate enables feature debug in ffi 2 months ago
Makefile.am rust: build depends on ffi/Cargo.toml.in 2 months ago
cbindgen.toml http2: split transaction state machines 2 days ago
rustfmt.toml