X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=a2%2Fcode%2Fclient%2Fsender.py;h=0af62d151064275a767fc6375a573f500d4c928e;hb=60f999428fcc82cb4fc291daa2bd2db5bc279fe4;hp=e1091a3aa97bfc3667f90b489ee56db9a6caf2fc;hpb=8a5efa76009d49c126ebc1284555626e5a7052be;p=tt2015.git diff --git a/a2/code/client/sender.py b/a2/code/client/sender.py index e1091a3..0af62d1 100644 --- a/a2/code/client/sender.py +++ b/a2/code/client/sender.py @@ -74,7 +74,7 @@ class Sender: # consider adding the parameter: iface="ethx" if you don't receive a response. Also consider increasing the wait time scapyResponse = sr1(packet, timeout=self.waitTime, verbose=self.isVerbose) if scapyResponse is not None: - scapyResponse.show() + # scapyResponse.show() # ^^ in case you want to show the packet content # here is what you store from every packet response if Raw not in scapyResponse: