Documentation ¶
Index ¶
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 New ¶
func New(s *core.SocketLayer) *TPKT
func (*TPKT) SendFastPath ¶
func (*TPKT) SetFastPathListener ¶
func (t *TPKT) SetFastPathListener(f core.FastPathListener)
Click to show internal directories.
Click to hide internal directories.