Commit Graph

2 Commits (90a0731564d7b133a252a823911aa43a534ab7d2)

Author SHA1 Message Date
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