add comment
This commit is contained in:
@@ -353,7 +353,7 @@ def readServerSecurityData(s):
|
||||
read server security and fill it in settings
|
||||
read all channels accepted by server by server
|
||||
@param s: Stream
|
||||
@return: list of chaeel id selected by server
|
||||
@return: list of channel id selected by server
|
||||
'''
|
||||
channelsId = []
|
||||
channelId = UInt16Le()
|
||||
|
||||
@@ -5,7 +5,7 @@ from twisted.internet import protocol
|
||||
import tpkt, tpdu, mcs
|
||||
class Factory(protocol.Factory):
|
||||
'''
|
||||
Factory of RFB protocol
|
||||
Factory of RDP protocol
|
||||
'''
|
||||
def __init__(self):
|
||||
self._protocol = tpkt.TPKT(tpdu.TPDU(mcs.MCS()))
|
||||
|
||||
Reference in New Issue
Block a user