[tor-commits] [ooni-probe/master] Add ports 0, 8080, and 65535

ioerror at torproject.org ioerror at torproject.org
Tue Feb 26 03:06:09 UTC 2013


commit 8e651e51ad582b31268e6ffa545c6d1c8ef7e1e9
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Sun Dec 9 00:36:48 2012 +0630

    Add ports 0, 8080, and 65535
---
 nettests/manipulation/traceroute.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/nettests/manipulation/traceroute.py b/nettests/manipulation/traceroute.py
index 6f39065..3f6f17b 100644
--- a/nettests/manipulation/traceroute.py
+++ b/nettests/manipulation/traceroute.py
@@ -26,7 +26,7 @@ class TracerouteTest(scapyt.BaseScapyTest):
     version = "0.1.1"
 
     usageOptions = UsageOptions
-    dst_ports = [22, 23, 53, 80, 123, 443]
+    dst_ports = [0, 22, 23, 53, 80, 123, 443, 8080, 65535]
 
     def setUp(self):
         def get_sport(protocol):





More information about the tor-commits mailing list