Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CCTPDU ¶
type CCTPDU struct {
Length byte // header length including parameters
CCCDT byte
DstRef [2]byte
SrcRef [2]byte
ClassOption byte
}
CCTPDU Connection Confirm see http://go.microsoft.com/fwlink/?LinkId=90588 section 13.3
type CRTPDU ¶
type CRTPDU struct {
Length byte
ConnectionRequestCode byte
DstRef [2]byte
SrcRef [2]byte
ClassOption byte
}
CRTPDU see http://go.microsoft.com/fwlink/?LinkId=90588 section 13.3
type ConnectionConfirmPDU ¶
type ConnectionConfirmPDU struct {
Header TKIPHeader
TPDU CCTPDU
Response NegotiationResponse
}
type ConnectionRequestPDU ¶
type ConnectionRequestPDU struct {
Header TKIPHeader
TPDU CRTPDU
Data []byte
RDPNegReq RDPNegReq
}
func ParseCRPDU ¶
func ParseCRPDU(data []byte) (ConnectionRequestPDU, error)
ParsePDU takes raw data and parses into struct
type NegotiationResponse ¶
type TKIPHeader ¶
TKIPHeader see http://go.microsoft.com/fwlink/?LinkId=90541 section 8
func ConnectionConfirm ¶
func ConnectionConfirm(cr CRTPDU) (TKIPHeader, []byte, error)
Click to show internal directories.
Click to hide internal directories.