You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust/src/rfb
Jason Ish 7b11b4d3a1 app-layer: more generic state trait
Instead of a method that is required to return a slice of transactions,
use 2 methods, one to return the number of transactions in the
collection, and another to get a transaction by its index in the
collection.

This allows for the transaction collection to not be a contiguous array
and instead can be a VecDeque, or possibly another collection type that
supports retrieval by index.

Ticket #5278
3 years ago
..
detect.rs add RFB parser 5 years ago
logger.rs rust: functions that reference raw pointers are unsafe 4 years ago
mod.rs add RFB parser 5 years ago
parser.rs rust/rfb: convert parser to nom7 functions 3 years ago
rfb.rs app-layer: more generic state trait 3 years ago