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 4554c4778d rust: use AppProto from generated bindings instead of duplicating
Have bindgen generate bindings for app-layer-protos.h, then use the
generated definitions of AppProto/AppProtoEnum instead if defining
them ourselves.

This header was chosen as its used by Rust, and its a simple header
with no circular dependencies.

Ticket: #7341
2 years ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive app-layer: use uint8_t consistent for event IDs 2 years ago
src rust: use AppProto from generated bindings instead of duplicating 2 years ago
sys rust: integrate bindgen to generate Rust bindings to C 2 years ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in rust/sys: stub in suricata-sys crate for Rust bindings to C 2 years ago
Cargo.toml.in rust/sys: stub in suricata-sys crate for Rust bindings to C 2 years ago
Makefile.am rust: integrate bindgen to generate Rust bindings to C 2 years ago
cbindgen.toml datasets: move initial file reading to rust 2 years ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 3 years ago