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 e2603fa820 detect/single-buf: new simple wrapper
Introduce DetectGetSingleData which does the generic wrapping,
including the transforms, using a new callback prototype
DetectTxGetBufferPtr

The goal is to replace most InspectionBufferGetDataPtr.
For this commit, we do not change every callback to keep the
change relatively small.

Focus here is to remove DetectHelperGetData as its functionality is
provided more directly by the new DetectTxGetBufferPtr.
11 months ago
..
.cargo
derive rust/derive: fix clippy collapsible_match warning 11 months ago
htp rust/htp: suppress io_other_error lint 11 months ago
src detect/single-buf: new simple wrapper 11 months ago
suricatactl suricatactl: add description to Cargo.toml 1 year ago
suricatasc
sys detect/xform: Support transform identity data 11 months ago
.gitignore
Cargo.lock.in http1: brotli decompression 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: bindgen detect-engine-helper.h 12 months ago
rustfmt.toml