Versions in this module Expand all Collapse all v1 v1.0.0 Jul 23, 2023 Changes in this version + func ConnectionConfirm(cr CRTPDU) ([]byte, error) + type CCTPDU struct + CCCDT byte + ClassOption byte + DstRef [2]byte + Length byte + SrcRef [2]byte + type CRTPDU struct + ClassOption byte + ConnectionRequestCode byte + DstRef [2]byte + Length byte + SrcRef [2]byte + type ConnectionConfirmPDU struct + Header TKIPHeader + TPDU CCTPDU + type ConnectionRequestPDU struct + Data []byte + Header TKIPHeader + RDPNegReq RDPNegReq + TPDU CRTPDU + func ParseCRPDU(data []byte) (ConnectionRequestPDU, error) + type RDPNegReq struct + Flags byte + Length [2]byte + RequestedProtocols [4]byte + Type byte + type TKIPHeader struct + LSLength byte + MSLength byte + Reserved byte + Version byte