add comment

This commit is contained in:
speyrefitte
2013-11-05 18:27:11 +01:00
parent 4b752c3f64
commit 2c70639674
7 changed files with 61 additions and 45 deletions

View File

@@ -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()

View File

@@ -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()))