Jason Ish
17bd53c29c
rust/ffi: add flow accessors to flow wrapper
...
Ticket: #8599
3 weeks ago
Jason Ish
d3d206faa5
rust/ffi: add safe flow storage wrapper
...
Add a typed FlowStorage<T> wrapper around the flow storage bindings.
Update example and docs.
Ticket: #8447
3 weeks ago
Jason Ish
8cf5d4d770
rust/ffi: use Flow wrapper in flow and eve callbacks
...
Pass the safe Flow wrapper to the flow init/update/finish callbacks and
the EVE callback instead of a raw sys::Flow pointer.
Ticket: #8599
3 weeks ago
Jason Ish
3dc8b154f3
rust/ffi: add safe thread storage wrapper
...
Add a typed ThreadStorage<T> wrapper around the thread storage bindings.
Ticket: #8445
3 months ago
Jason Ish
5e0abf1572
rust/ffi: use ThreadVars wrapper in flow callbacks
...
Update the flow init, update and finish callback registrations to pass the
safe ThreadVars wrapper instead of a raw pointer.
Ticket: #8598
3 months ago
Jason Ish
1cac242948
rust/ffi: use ThreadVars wrapper in eve callback
...
Update the EVE callback registration to pass the safe ThreadVars wrapper
instead of a raw pointer.
Ticket: #8598
3 months ago
Jason Ish
45762aa644
rust/ffi: use ThreadVars wrapper in thread init callback
...
Update the thread init callback registration to pass the safe ThreadVars
wrapper instead of a raw pointer.
Ticket: #8598
3 months ago
Jason Ish
144f824f17
rust/ffi: add thread init callback wrapper
...
Ticket: #8605
4 months ago
Jason Ish
e1a2a36ee7
examples/plugins/rust: misc cleanups
...
- Remove registration helper
- Limit function visibility
4 months ago
Jason Ish
5e2a33d080
examples: add flow callbacks to rust plugin example
...
Ticket: #8446
4 months ago
Jason Ish
f5bf76c0ee
examples/plugins/rust: add a rust example plugin
...
Only demonstrates EVE callbacks for now, but I plan to turn this into a
show case of a variety of callbacks a Rust plugin can do as we add Rust
bindings to the ffi crate.
5 months ago