pub fn decode_sections<'a>(
payload: &'a [u8],
limits: &Limits,
) -> WireResult<Vec<WireSection<'a>>>Expand description
Decodes sections from a payload buffer (no packet header).
pub fn decode_sections<'a>(
payload: &'a [u8],
limits: &Limits,
) -> WireResult<Vec<WireSection<'a>>>Decodes sections from a payload buffer (no packet header).