pub fn decode(
decoder_type: DecoderType,
buf: &[u8],
) -> Result<Option<(DecodedFrame<'_>, FrameLocation)>, Error>
Expand description
Decode TCP PDU frames from a buffer.
pub fn decode(
decoder_type: DecoderType,
buf: &[u8],
) -> Result<Option<(DecodedFrame<'_>, FrameLocation)>, Error>
Decode TCP PDU frames from a buffer.