pub fn parse_tls_plaintext(i: &[u8]) -> IResult<&[u8], TlsPlaintext<'_>>
Expand description
Parse one packet only, as plaintext A single record can contain multiple messages, they must share the same record type
pub fn parse_tls_plaintext(i: &[u8]) -> IResult<&[u8], TlsPlaintext<'_>>
Parse one packet only, as plaintext A single record can contain multiple messages, they must share the same record type