Damian Johnson commited on 2014-02-23 23:23:26
Zeige 1 geänderte Dateien mit 28 Einfügungen und 1 Löschungen.
Adding Arutro's "Add Support for Reporting Pcaps to OoniBackend and OoniProbe" GSoC project idea.
... | ... |
@@ -803,7 +803,8 @@ meetings around the world.</li> |
803 | 803 |
|
804 | 804 |
<p> |
805 | 805 |
<b>Project Ideas:</b><br /> |
806 |
- <i><a href="#censorshipAnalyzer">Develop a Censorship Analyzer</a></i> |
|
806 |
+ <i><a href="#censorshipAnalyzer">Develop a Censorship Analyzer</a></i><br /> |
|
807 |
+ <i><a href="#ooniprobePcapsSupport">Add Support for Reporting Pcaps to OoniBackend and OoniProbe</a></i> |
|
807 | 808 |
</p> |
808 | 809 |
|
809 | 810 |
<a id="project-torps"></a> |
... | ... |
@@ -1280,6 +1281,32 @@ You may contact the mentors on IRC for more information. (sukhe on #tor-dev, |
1280 | 1281 |
</p> |
1281 | 1282 |
</li> |
1282 | 1283 |
|
1284 |
+ <a id="ooniprobePcapsSupport"></a> |
|
1285 |
+ <li> |
|
1286 |
+ <b>Add Support for Reporting Pcaps to OoniBackend and OoniProbe</b> |
|
1287 |
+ <br> |
|
1288 |
+ Effort Level: <i>Medium</i> |
|
1289 |
+ <br> |
|
1290 |
+ Skill Level: <i>Medium</i> |
|
1291 |
+ <br> |
|
1292 |
+ Likely Mentors: <i>Arturo (hellais), Aaron (aagbsn)</i> |
|
1293 |
+ <p> |
|
1294 |
+The feature should also add support for including only packet capture data that |
|
1295 |
+is relevant to the test being run. This means that the pcap should not contain |
|
1296 |
+all the data sniffed on the users machine, but only that which was generated |
|
1297 |
+and intended to be received by ooniprobe. |
|
1298 |
+ </p> |
|
1299 |
+ |
|
1300 |
+ <p> |
|
1301 |
+This can probably be implemented by setting up a tun/tap device and routing all |
|
1302 |
+the ooniprobe traffic through it and only capturing data sent and received from |
|
1303 |
+that device. The task for the student will also be that of doing research into |
|
1304 |
+what are possible strategies for doing this. <b><a |
|
1305 |
+href="https://trac.torproject.org/projects/tor/ticket/7416">For more |
|
1306 |
+information see ticket 7416.</a></b> |
|
1307 |
+ </p> |
|
1308 |
+ </li> |
|
1309 |
+ |
|
1283 | 1310 |
<li> |
1284 | 1311 |
<b>Bring up new ideas!</b> |
1285 | 1312 |
<br> |
1286 | 1313 |