Documentation ¶
Index ¶
- Constants
- type TPKT
- func (t *TPKT) Close() error
- func (t *TPKT) Read(b []byte) (n int, err error)
- func (t *TPKT) SendFastPath(secFlag byte, data []byte) (n int, err error)
- func (t *TPKT) SetFastPathListener(f core.FastPathListener)
- func (t *TPKT) StartNLA() error
- func (t *TPKT) StartTLS() error
- func (t *TPKT) Write(data []byte) (n int, err error)
Constants ¶
View Source
const ( FASTPATH_ACTION_FASTPATH = 0x0 FASTPATH_ACTION_X224 = 0x3 )
*
- Type of tpkt packet
- Fastpath is use to shortcut RDP stack
- @see http://msdn.microsoft.com/en-us/library/cc240621.aspx
- @see http://msdn.microsoft.com/en-us/library/cc240589.aspx
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TPKT ¶
type TPKT struct { emission.Emitter Conn *core.SocketLayer // contains filtered or unexported fields }
*
- TPKT layer of rdp stack
func (*TPKT) SendFastPath ¶
func (*TPKT) SetFastPathListener ¶
func (t *TPKT) SetFastPathListener(f core.FastPathListener)
Click to show internal directories.
Click to hide internal directories.