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
Jason Ish 35464150de ike: don't log duplicate attributes
Track what attributes have been logged and skip over duplicate
attributes to avoid having duplicate fields in the JSON object, which
is invalid JSON.

This is lossy, subsequent attributes are lost.

Ticket: #7923
6 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive rust/derive: fix clippy collapsible_match warning 11 months ago
htp htp: use transactions right get function 8 months ago
src ike: don't log duplicate attributes 6 months ago
suricatactl rust: allow some lints in suricatactl and suricatasc 11 months ago
suricatasc datajson: introduce feature 11 months ago
sys version: start development towards 8.0.2 7 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in version: start development towards 8.0.2 7 months ago
Cargo.toml.in rust: pin time crate to 0.3.41 8 months ago
Makefile.am rust: respect RUSTC and CARGO env vars like CC 8 months ago
cbindgen.toml rust: remove unnecessary cbindgen exclusions 10 months ago
rustfmt.toml