Type Alias retina_datatypes::typedefs::PacketList
source · pub type PacketList = Vec<Mbuf>;
Expand description
A list of all packets (zero-copy) seen in the connection. For TCP connections, these packets will be in post-reassembly order.
Aliased Type§
struct PacketList { /* private fields */ }