tls_parser::tls_states
pub fn tls_state_transition(state: TlsState, msg: &TlsMessage) -> Result<TlsState, StateChangeError>