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
1 year ago
..
.cargo
derive app-layer: use uint8_t consistent for event IDs 2 years ago
src rust: use AppProto from generated bindings instead of duplicating 1 year ago
sys rust: integrate bindgen to generate Rust bindings to C 1 year ago
.gitignore
Cargo.lock.in rust/sys: stub in suricata-sys crate for Rust bindings to C 1 year ago
Cargo.toml.in rust/sys: stub in suricata-sys crate for Rust bindings to C 1 year ago
Makefile.am rust: integrate bindgen to generate Rust bindings to C 1 year ago
cbindgen.toml datasets: move initial file reading to rust 1 year ago
rustfmt.toml