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 f85944511a 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
(cherry picked from commit 35464150de)
3 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive rust/applayer: use c_int as return type for get_info_by_id 1 year ago
src ike: don't log duplicate attributes 3 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in release: 7.0.12; update changelog 4 months ago
Cargo.toml.in rust: update brotli crate to latest version 7 months ago
Makefile.am rust: respect RUSTC and CARGO env vars like CC 4 months ago
cbindgen.toml ftp: add events for command too long 3 years ago
rustfmt.toml