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 f4a5b741ce transform: fix identity function for base64 xfrom
As SCDetectTransformFromBase64Data is not a flat structure,
because it has pointers to other buffers, we cannot use it simply
for TransformId

We need to compute a serialization of the data hold by
SCDetectTransformFromBase64Data and own it.
1 year ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive rust/derive: fix clippy collapsible_match warning 1 year ago
htp rust/htp: suppress io_other_error lint 1 year ago
src transform: fix identity function for base64 xfrom 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 mdns: add mdns parser, logger and detection 1 year ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in lua: update to suricata-lua-sys 0.1.0-alpha.9 1 year ago
Cargo.toml.in lua: update to suricata-lua-sys 0.1.0-alpha.9 1 year ago
Makefile.am github-ci: enable asan for suricata-lua-sys in fuzz build 1 year ago
cbindgen.toml rust: bindgen detect-engine-helper.h 1 year ago
rustfmt.toml