[tor-commits] [tech-reports/master] Force morpher.tex into the Tor Tech Report template.

karsten at torproject.org karsten at torproject.org
Wed Aug 22 18:28:38 UTC 2012


commit f117ab4b4303f480466c61856bda835565dccb37
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Mon Aug 20 20:23:07 2012 +0200

    Force morpher.tex into the Tor Tech Report template.
---
 2012/morpher/morpher.tex    |   34 ++++++++++++++++++++--------------
 2012/morpher/tortechrep.cls |    1 +
 2 files changed, 21 insertions(+), 14 deletions(-)

diff --git a/2012/morpher/morpher.tex b/2012/morpher/morpher.tex
index 8fd4935..43442df 100644
--- a/2012/morpher/morpher.tex
+++ b/2012/morpher/morpher.tex
@@ -1,11 +1,13 @@
-\documentclass[]{article}
+\documentclass{tortechrep}
 \usepackage{graphicx}
 
-\usepackage[parfill]{parskip}
 \begin{document}
 
 \title{Packet Size Pluggable Transport and Traffic Morphing}
 \author{George Kadianakis}
+\contact{asn at torproject.org}
+\date{March 13, 2012}
+\reportid{2012-03-004}
 \maketitle
 
 \section{Traffic Morphing}
@@ -19,7 +21,7 @@ sized Tor cells, most TCP packets of Tor traffic are 586 bytes in size
 
 \begin{figure}[h]
 \begin{center}
-\includegraphics[scale=0.65]{tor_cs.pdf}
+\includegraphics[width=\textwidth]{tor_cs.pdf}
 \end{center}
 \caption{Packet size probability distribution of Tor Client-to-Server traffic \cite{caida}}
 \label{tor_cs.pdf}
@@ -31,7 +33,7 @@ distribution (See Figure \ref{https_cs.pdf})
 
 \begin{figure}[h]
 \begin{center}
-\includegraphics[scale=0.65]{https_cs.pdf}
+\includegraphics[width=\textwidth]{https_cs.pdf}
 \end{center}
 \caption{Packet size probability distribution of HTTPS Client-to-Server traffic \cite{caida}}
 \label{https_cs.pdf}
@@ -149,7 +151,7 @@ a substantial amount (See Figure \ref{0.5m_sc}).
 
 \begin{figure}[h]
 \begin{center}
-\includegraphics[scale=0.65]{500000_sc.pdf}
+\includegraphics[width=\textwidth]{500000_sc.pdf}
 \end{center}
 \caption{Bandwidth overhead for 0.5 million Server-to-Client packets}
 \label{0.5m_sc}
@@ -161,7 +163,7 @@ larger than the bandwidth overhead of random sampling (See Figure
 \ref{0.5mcs}).
 \begin{figure}[h]
 \begin{center}
-\includegraphics[scale=0.65]{500000_cs.pdf}
+\includegraphics[width=\textwidth]{500000_cs.pdf}
 \end{center}
 \caption{Bandwidth overhead for 0.5 million Client-to-server packets}
 \label{0.5mcs}
@@ -251,9 +253,11 @@ conversations on packet size pluggable transports.
 \bibliographystyle{plain}
 \begin{thebibliography}{9}
 
-\bibitem{ssh} https://www.ietf.org/rfc/rfc4344.txt
+\bibitem{ssh}
+  \url{https://www.ietf.org/rfc/rfc4344.txt}
 
-\bibitem{gnutls} https://www.gnu.org/software/gnutls/manual/gnutls.html\#On-Record-Padding
+\bibitem{gnutls}
+  \url{https://www.gnu.org/software/gnutls/manual/gnutls.html\#On-Record-Padding}
 
 \bibitem{ll}
   M. Liberatore, B. N. Levine, \textit{Inferring the Source
@@ -265,13 +269,14 @@ conversations on packet size pluggable transports.
   enhancing technologies with the multinomial naïve-bayes classifier.
 
 \bibitem{tls_norm}
-  http://archives.seul.org/or/dev/Jan-2011/msg00029.html
+  \url{https://lists.torproject.org/pipermail/tor-dev/2011-January/001077.html}
 
 \bibitem{morpher_eval}
   \textit{Morpher pluggable transport: Select algorithm for packet size morphing}
 
-  https://trac.torproject.org/projects/tor/ticket/5023
-  http://archives.seul.org/or/dev/Jan-2011/msg00029.html
+  \url{https://trac.torproject.org/projects/tor/ticket/5023}
+
+  \url{https://lists.torproject.org/pipermail/tor-dev/2011-January/001077.html}
 
 \bibitem{panchenko}
   Andriy Panchenko, Lukas Niessen, Andreas Zinnen, and Thomas
@@ -279,7 +284,7 @@ conversations on packet size pluggable transports.
   anonymization networks}.
 
 \bibitem{tm}
-  Charles Wright, Scott Coulls , Fabian Monrose. \textit{Traffic
+  Charles Wright, Scott Coulls, Fabian Monrose. \textit{Traffic
   Morphing: An efficient defense against statistical traffic
   analysis.} In Proceedings of the 14th Annual Network and
   Distributed Systems Symposium (NDSS), Feb, 2009.
@@ -290,8 +295,9 @@ conversations on packet size pluggable transports.
   traces were captured by monitoring an Equinix datacenter in Chicago,
   IL.
 
-  https://gitorious.org/morpher/morpher/blobs/master/ACKNOWLEDGMENTS
-  https://gitorious.org/morpher/morpher/trees/master/data
+  \url{https://gitorious.org/morpher/morpher/blobs/master/ACKNOWLEDGMENTS}
+
+  \url{https://gitorious.org/morpher/morpher/trees/master/data}
 
 \end{thebibliography}
 
diff --git a/2012/morpher/tortechrep.cls b/2012/morpher/tortechrep.cls
new file mode 120000
index 0000000..4c24db2
--- /dev/null
+++ b/2012/morpher/tortechrep.cls
@@ -0,0 +1 @@
+../../tortechrep.cls
\ No newline at end of file





More information about the tor-commits mailing list