Actions
Bug #7762
openrust: finish moving extern C definitions to suricata_sys and bindgen
Affected Versions:
Effort:
Difficulty:
Label:
Updated by Philippe Antoine 3 days ago
- Copied from Bug #7667: rust: move extern C definitions to suricata_sys and bindgen added
Updated by Philippe Antoine 3 days ago
applayer.rs and frames.rs share the same problem : we want to bindgen a C function like `AppLayerFrameNewByRelativeOffset` which uses as argument of type `StreamSlice` which is defined in rust
This is going to be the difficult part.
There are some easier things to do first
Updated by Philippe Antoine 3 days ago
- Blocks Bug #7666: rust: zero-dependency crate suricata-core added
Actions