[][src]Function tls_parser::tls_parser

pub fn tls_parser(i: &[u8]) -> IResult<&[u8], TlsPlaintext<'_>>
👎 Deprecated since 0.5.0:

Use parse_tls_plaintext

Parse one packet only, as plaintext This function is deprecated. Use parse_tls_plaintext instead.

This function will be removed from API, as the name is not correct: it is not possible to parse TLS packets without knowing the TLS state.