commit 1c8485b81c57d8613c17de2a1a1b69125db92d74 Author: aagbsn aagbsn@extc.org Date: Thu Sep 12 15:04:48 2013 +0200
Drops the hierarchy by reportFormatVersion
See also: https://github.com/TheTorProject/ooni-backend/issues/20
This was not implemented in ooni-probe or ooni-backend, and is redundant to the report, though if we decide to change the report header in the future we may need to handle this case in parsers.
Adding new fields should generally not be a problem, though ooni-backend presently expects a fixed length report header. --- docs/source/reports.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/docs/source/reports.rst b/docs/source/reports.rst index 77d8cf6..ad97411 100644 --- a/docs/source/reports.rst +++ b/docs/source/reports.rst @@ -2,7 +2,7 @@ Reports =======
The reports collected by ooniprobe are stored on -https://ooni.torproject.org/reports/ ``reportFormatVersion`` / ``CC`` / +https://ooni.torproject.org/reports/ ``CC`` /
Where ``CC`` is the two letter country code as specified by `ISO 31666-2 http://en.wikipedia.org/wiki/ISO_3166-2`_. @@ -50,11 +50,9 @@ some malicious report poisoning attack in progress. Report format version changelog ===============================
-In here shall go details about he major changes to the reporting format. +In here shall go details about the major changes to the reporting format.
version 0.1 -----------
Initial format version. - -
tor-commits@lists.torproject.org