use new python object style to send packet

This commit is contained in:
speyrefitte
2013-10-16 15:00:35 +02:00
parent b67635e47d
commit 0f09d2909c
7 changed files with 181 additions and 91 deletions

View File

@@ -2,7 +2,7 @@
@author: sylvain
'''
from rdpy.protocol.common.layer import LayerAutomata
from rdpy.protocol.common.stream import Stream
from rdpy.protocol.common.network import Stream
from rdpy.protocol.common.error import InvalidExpectedDataException, NegotiationFailure
class TPDU(LayerAutomata):