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/derive/src
Jason Ish 3000e963d5 rust/applayer: use c_int as return type for get_info_by_id
Rust was using i8 as the return type, while C uses int. As of Rust
1.82, the return value is turned to garbage over the FFI boundary.

Ticket: #7338
(cherry picked from commit 45384ef969)
9 months ago
..
applayerevent.rs rust/applayer: use c_int as return type for get_info_by_id 9 months ago
applayerframetype.rs rust: derive macro for app-layer frame type 4 years ago
lib.rs rust: allow uninlined_format_args 3 years ago