]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: filecontainer API
authorVictor Julien <victor@inliniac.net>
Thu, 11 May 2017 14:58:55 +0000 (16:58 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 6 Jun 2017 07:20:56 +0000 (09:20 +0200)
commita809f090d3ae2f87d438a6a9ef59f54cd1d45f0d
tree7ffa9ccb220855265c131ce3656617ceb0cda122
parentf47fd2c2436a08127b77cc889412bb48a9cfdb9b
rust: filecontainer API

Wrapper around Suricata's File and FileContainer API. Built around
assumption that a rust owned structure will have a
'SuricataFileContainer' member that is managed by the C-side of
things.
rust/src/core.rs
rust/src/filecontainer.rs [new file with mode: 0644]
rust/src/lib.rs
src/rust.h
src/suricata.c