Commit Graph

5 Commits (4748826dc77d4b39fed6c27d419cb2f90392124f)

Author SHA1 Message Date
Andreas Herz aaa604b4c6 app-layer-template: fix log typo 5 years ago
Danny Browning b573c16dd5 build: cbindgen
Rust headers are now generated using cbindgen. If cbindgen is present, they can
be generated during dist, otherwise they will be available for builds.
6 years ago
Victor Julien 5e9714e384 rust: remove all HAVE_RUST guards 6 years ago
Jason Ish c3f1a35e28 rust: app-layer template parser and logger
The protocol is a simple request/reply based protocol that can
be hand driven with netcat.

Request  -> 12:Hello World!
Response -> 3:Byte

Its of the format <length>:<message> where length is the length
of the message, not including the length or the delimiter.
7 years ago
Jason Ish 96dc20abb1 templates: C stub template for Rust parser 7 years ago