<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Packet-Analysis on Adamino CTF Writeups</title><link>https://ctf.adamino.dk/tags/packet-analysis/</link><description>Recent content in Packet-Analysis on Adamino CTF Writeups</description><generator>Hugo</generator><language>en</language><copyright>Adamino 2023</copyright><lastBuildDate>Sun, 23 Aug 2026 14:45:00 +0100</lastBuildDate><atom:link href="https://ctf.adamino.dk/tags/packet-analysis/index.xml" rel="self" type="application/rss+xml"/><item><title>tshark &amp; Wireshark</title><link>https://ctf.adamino.dk/tools/forensics/tshark/</link><pubDate>Sun, 23 Aug 2026 14:45:00 +0100</pubDate><guid>https://ctf.adamino.dk/tools/forensics/tshark/</guid><description>&lt;h1 id="tshark--wireshark-reading-packet-captures"&gt;tshark &amp;amp; Wireshark: Reading Packet Captures&lt;a href="#tshark--wireshark-reading-packet-captures" class="anchor" aria-hidden="true"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;
 &lt;path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"&gt;&lt;/path&gt;
 &lt;line x1="8" y1="12" x2="16" y2="12"&gt;&lt;/line&gt;
&lt;/svg&gt;&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;When a forensics challenge hands you a &lt;code&gt;.pcap&lt;/code&gt; or &lt;code&gt;.pcapng&lt;/code&gt;, &lt;a href="https://www.wireshark.org/"&gt;Wireshark&lt;/a&gt; and its command-line sibling &lt;strong&gt;tshark&lt;/strong&gt; are how you turn a wall of packets into an answer. Wireshark&amp;rsquo;s GUI is unbeatable for exploring an unfamiliar capture; &lt;code&gt;tshark&lt;/code&gt; is unbeatable for extracting exactly the fields you need into a form you can script against. You&amp;rsquo;ll use both — GUI to find the needle, &lt;code&gt;tshark&lt;/code&gt; to pull it out in bulk.&lt;/p&gt;</description></item></channel></rss>