[tor-commits] [ooni-probe/master] Properly represent also the packets that are sent
art at torproject.org
art at torproject.org
Fri Apr 29 09:42:27 UTC 2016
commit 8215d8807b3f6c43c766baf4a04f454d83038eea
Author: Arturo Filastò <arturo at filasto.net>
Date: Fri Apr 29 10:51:08 2016 +0200
Properly represent also the packets that are sent
---
ooni/templates/scapyt.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ooni/templates/scapyt.py b/ooni/templates/scapyt.py
index f4b6280..2bb9139 100644
--- a/ooni/templates/scapyt.py
+++ b/ooni/templates/scapyt.py
@@ -148,7 +148,7 @@ class BaseScapyTest(NetTestCase):
scapySender.stopSending()
for sent_packet in packets:
- self.report['sent_packets'].append(sent_packet)
+ self.report['sent_packets'].append(_representPacket(sent_packet))
ScapyTest = BaseScapyTest
More information about the tor-commits
mailing list