summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assignment1.tex70
1 files changed, 38 insertions, 32 deletions
diff --git a/assignment1.tex b/assignment1.tex
index ab6c416..42f945e 100644
--- a/assignment1.tex
+++ b/assignment1.tex
@@ -14,6 +14,7 @@
\usepackage{minted}
\usepackage{msc}
\newcommand{\paction}[3][1.5]{\action*{\begin{minipage}{#1\envinstdist}#2\end{minipage}}{#3}}
+\usepackage{pdflscape}
\begin{document}
@@ -120,38 +121,43 @@ traceroute to cs.ru.nl (131.174.16.176), 30 hops max, 60 byte packets
Number of hops: 4.
\item My filter: \mintinline{c}{icmp && (icmp.type==8 || icmp.type==9 || icmp.type==0)}. This filters ICMP traffic and in particular only ping requests, TTL exceeded messages and ping replies. This gives the capture in \autoref{fig:capture}.
- \begin{figure}[h]
- \centering
- \begin{minted}{text}
-No. Time Source Destination Protocol Length TTL Info
-159 71.279742000 145.116.184.141 131.174.16.176 ICMP 74 1 Echo (ping) request id=0x7f9e, seq=1/256, ttl=1 (no response found!)
-160 71.281761000 145.116.184.1 145.116.184.141 ICMP 70 255,1 Time-to-live exceeded (Time to live exceeded in transit)
-163 71.285372000 145.116.184.141 131.174.16.176 ICMP 74 1 Echo (ping) request id=0x7f9e, seq=2/512, ttl=1 (no response found!)
-164 71.286970000 145.116.184.1 145.116.184.141 ICMP 70 255,1 Time-to-live exceeded (Time to live exceeded in transit)
-165 71.287087000 145.116.184.141 131.174.16.176 ICMP 74 1 Echo (ping) request id=0x7f9e, seq=3/768, ttl=1 (no response found!)
-166 71.288882000 145.116.184.1 145.116.184.141 ICMP 70 255,1 Time-to-live exceeded (Time to live exceeded in transit)
-167 71.288970000 145.116.184.141 131.174.16.176 ICMP 74 2 Echo (ping) request id=0x7f9e, seq=4/1024, ttl=2 (no response found!)
-168 71.290924000 192.168.23.27 145.116.184.141 ICMP 70 254,1 Time-to-live exceeded (Time to live exceeded in transit)
-171 71.294033000 145.116.184.141 131.174.16.176 ICMP 74 2 Echo (ping) request id=0x7f9e, seq=5/1280, ttl=2 (no response found!)
-172 71.296037000 192.168.23.27 145.116.184.141 ICMP 70 254,1 Time-to-live exceeded (Time to live exceeded in transit)
-173 71.296135000 145.116.184.141 131.174.16.176 ICMP 74 2 Echo (ping) request id=0x7f9e, seq=6/1536, ttl=2 (no response found!)
-174 71.298248000 192.168.23.27 145.116.184.141 ICMP 70 254,1 Time-to-live exceeded (Time to live exceeded in transit)
-175 71.298349000 145.116.184.141 131.174.16.176 ICMP 74 3 Echo (ping) request id=0x7f9e, seq=7/1792, ttl=3 (no response found!)
-176 71.300152000 192.168.10.7 145.116.184.141 ICMP 70 252,1 Time-to-live exceeded (Time to live exceeded in transit)
-179 71.302866000 145.116.184.141 131.174.16.176 ICMP 74 3 Echo (ping) request id=0x7f9e, seq=8/2048, ttl=3 (no response found!)
-180 71.304906000 192.168.10.7 145.116.184.141 ICMP 70 252,1 Time-to-live exceeded (Time to live exceeded in transit)
-181 71.304994000 145.116.184.141 131.174.16.176 ICMP 74 3 Echo (ping) request id=0x7f9e, seq=9/2304, ttl=3 (no response found!)
-182 71.307139000 192.168.10.7 145.116.184.141 ICMP 70 252,1 Time-to-live exceeded (Time to live exceeded in transit)
-183 71.307228000 145.116.184.141 131.174.16.176 ICMP 74 4 Echo (ping) request id=0x7f9e, seq=10/2560, ttl=4 (reply in 184)
-184 71.309006000 131.174.16.176 145.116.184.141 ICMP 74 61 Echo (ping) reply id=0x7f9e, seq=10/2560, ttl=61 (request in 183)
-187 71.312411000 145.116.184.141 131.174.16.176 ICMP 74 4 Echo (ping) request id=0x7f9e, seq=11/2816, ttl=4 (reply in 188)
-188 71.313959000 131.174.16.176 145.116.184.141 ICMP 74 61 Echo (ping) reply id=0x7f9e, seq=11/2816, ttl=61 (request in 187)
-189 71.314053000 145.116.184.141 131.174.16.176 ICMP 74 4 Echo (ping) request id=0x7f9e, seq=12/3072, ttl=4 (reply in 190)
-190 71.315590000 131.174.16.176 145.116.184.141 ICMP 74 61 Echo (ping) reply id=0x7f9e, seq=12/3072, ttl=61 (request in 189)
- \end{minted}
- \caption{}
- \label{fig:capture}
- \end{figure}
+ \newgeometry{margin=2cm}
+ \begin{landscape}
+ \thispagestyle{empty}
+ \begin{figure}[h]
+ \centering\footnotesize
+ \begin{minted}{text}
+ No. Time Source Destination Protocol Length TTL Info
+ 159 71.279742000 145.116.184.141 131.174.16.176 ICMP 74 1 Echo (ping) request id=0x7f9e, seq=1/256, ttl=1 (no response found!)
+ 160 71.281761000 145.116.184.1 145.116.184.141 ICMP 70 255,1 Time-to-live exceeded (Time to live exceeded in transit)
+ 163 71.285372000 145.116.184.141 131.174.16.176 ICMP 74 1 Echo (ping) request id=0x7f9e, seq=2/512, ttl=1 (no response found!)
+ 164 71.286970000 145.116.184.1 145.116.184.141 ICMP 70 255,1 Time-to-live exceeded (Time to live exceeded in transit)
+ 165 71.287087000 145.116.184.141 131.174.16.176 ICMP 74 1 Echo (ping) request id=0x7f9e, seq=3/768, ttl=1 (no response found!)
+ 166 71.288882000 145.116.184.1 145.116.184.141 ICMP 70 255,1 Time-to-live exceeded (Time to live exceeded in transit)
+ 167 71.288970000 145.116.184.141 131.174.16.176 ICMP 74 2 Echo (ping) request id=0x7f9e, seq=4/1024, ttl=2 (no response found!)
+ 168 71.290924000 192.168.23.27 145.116.184.141 ICMP 70 254,1 Time-to-live exceeded (Time to live exceeded in transit)
+ 171 71.294033000 145.116.184.141 131.174.16.176 ICMP 74 2 Echo (ping) request id=0x7f9e, seq=5/1280, ttl=2 (no response found!)
+ 172 71.296037000 192.168.23.27 145.116.184.141 ICMP 70 254,1 Time-to-live exceeded (Time to live exceeded in transit)
+ 173 71.296135000 145.116.184.141 131.174.16.176 ICMP 74 2 Echo (ping) request id=0x7f9e, seq=6/1536, ttl=2 (no response found!)
+ 174 71.298248000 192.168.23.27 145.116.184.141 ICMP 70 254,1 Time-to-live exceeded (Time to live exceeded in transit)
+ 175 71.298349000 145.116.184.141 131.174.16.176 ICMP 74 3 Echo (ping) request id=0x7f9e, seq=7/1792, ttl=3 (no response found!)
+ 176 71.300152000 192.168.10.7 145.116.184.141 ICMP 70 252,1 Time-to-live exceeded (Time to live exceeded in transit)
+ 179 71.302866000 145.116.184.141 131.174.16.176 ICMP 74 3 Echo (ping) request id=0x7f9e, seq=8/2048, ttl=3 (no response found!)
+ 180 71.304906000 192.168.10.7 145.116.184.141 ICMP 70 252,1 Time-to-live exceeded (Time to live exceeded in transit)
+ 181 71.304994000 145.116.184.141 131.174.16.176 ICMP 74 3 Echo (ping) request id=0x7f9e, seq=9/2304, ttl=3 (no response found!)
+ 182 71.307139000 192.168.10.7 145.116.184.141 ICMP 70 252,1 Time-to-live exceeded (Time to live exceeded in transit)
+ 183 71.307228000 145.116.184.141 131.174.16.176 ICMP 74 4 Echo (ping) request id=0x7f9e, seq=10/2560, ttl=4 (reply in 184)
+ 184 71.309006000 131.174.16.176 145.116.184.141 ICMP 74 61 Echo (ping) reply id=0x7f9e, seq=10/2560, ttl=61 (request in 183)
+ 187 71.312411000 145.116.184.141 131.174.16.176 ICMP 74 4 Echo (ping) request id=0x7f9e, seq=11/2816, ttl=4 (reply in 188)
+ 188 71.313959000 131.174.16.176 145.116.184.141 ICMP 74 61 Echo (ping) reply id=0x7f9e, seq=11/2816, ttl=61 (request in 187)
+ 189 71.314053000 145.116.184.141 131.174.16.176 ICMP 74 4 Echo (ping) request id=0x7f9e, seq=12/3072, ttl=4 (reply in 190)
+ 190 71.315590000 131.174.16.176 145.116.184.141 ICMP 74 61 Echo (ping) reply id=0x7f9e, seq=12/3072, ttl=61 (request in 189)
+ \end{minted}
+ \caption{}
+ \label{fig:capture}
+ \end{figure}
+ \end{landscape}
+ \restoregeometry
\end{enumerate}
\end{document}