mirror of https://github.com/OISF/suricata
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.
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 |
4 years ago | |
|---|---|---|
| .. | ||
| detect.rs | ||
| logger.rs | 5 years ago | |
| mod.rs | ||
| parser.rs | 5 years ago | |
| rfb.rs | 4 years ago | |