<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Wireshark%3A_ubah_kolom_display</id>
	<title>Wireshark: ubah kolom display - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Wireshark%3A_ubah_kolom_display"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Wireshark:_ubah_kolom_display&amp;action=history"/>
	<updated>2026-04-20T15:53:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=Wireshark:_ubah_kolom_display&amp;diff=47373&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot;Sumber: http://malware-traffic-analysis.net/tutorials/wireshark/index.html  Wireshark is a great tool, but it&#039;s default column display doesn&#039;t work effectively for the type of...&quot;</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Wireshark:_ubah_kolom_display&amp;diff=47373&amp;oldid=prev"/>
		<updated>2017-03-29T23:09:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Sumber: http://malware-traffic-analysis.net/tutorials/wireshark/index.html  Wireshark is a great tool, but it&amp;#039;s default column display doesn&amp;#039;t work effectively for the type of...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sumber: http://malware-traffic-analysis.net/tutorials/wireshark/index.html&lt;br /&gt;
&lt;br /&gt;
Wireshark is a great tool, but it&amp;#039;s default column display doesn&amp;#039;t work effectively for the type of analysis I normally do.  Most people will change their columns from the default configuration.  This guide shows how I change the columns in my Wirshark setup.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
The default columns for Wireshark are: Packet number, Time, Source, Destination, Protocol, Length, and Info (as shown below):&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Let&amp;#039;s change this by editing our preferences ( edit --&amp;gt; Preferences ):&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
From the Wireshark Preferences menu, select columns:&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
From there, we&amp;#039;re going to remove the first column, which is the &amp;quot;Number&amp;quot; (lists the current packet number you&amp;#039;re viewing in the PCAP):&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
After that, I also remove Protocol and Length columns.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Next, we&amp;#039;ll add some new columns, as shown below:&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
The first new column to add is the source port.  You&amp;#039;ll want to select Src port (unresolved) so you can see the port number.  Otherwise, it&amp;#039;ll show whatever server is associated with that port instead of the number.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
The default name of any new columns is &amp;quot;New Column&amp;quot;, so change the name of that new column.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Once you&amp;#039;ve changed the name, you can left-click and drag that column to the location you choose.  We&amp;#039;ll put it after the Source address.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
After a few additions and column changes, here&amp;#039;s the setup that I use.  Notice how the Source and Destination addresses are changed to an &amp;quot;unresolved&amp;quot; field type.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Now let&amp;#039;s fix the time.  The default format is &amp;quot;Seconds Since Beginning Capture&amp;quot;.  Let&amp;#039;s change it to &amp;quot;Date and Time of Day&amp;quot;.  Go to: View --&amp;gt; Time Display Format --&amp;gt; Date and Time of Day.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
After that, we&amp;#039;ll change the precision of the displayed time from automatic to &amp;quot;Seconds&amp;quot;, as shown below ( View --&amp;gt; Time Display Format --&amp;gt; select &amp;quot;Seconds: 0&amp;quot;):&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Some of the columns are aligned to the right, which we can fix by right-clicking on the column and selecting the proper alignment:&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Now we have everything, but I also want to see the http.host name as one of the columns.  To do that, let&amp;#039;s filter on http.request, so we&amp;#039;re only seeing the HTTP requests.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Expand the breakout in the middle section, so you see the Host: line in the HTTP header.  Right-click on that, and select &amp;quot;Apply as Column&amp;quot; from the menu.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
You&amp;#039;ll notice now that the HTTP host from the GET or POST requests is now shown as a column.  You might have to widen the column to see the whole name.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
FINAL NOTES&lt;br /&gt;
&lt;br /&gt;
This setup for Wireshark is extremely useful when looking at HTTP traffic and figuring out an infection chain.  I recommend anyone going through the training exercises use this configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* http://malware-traffic-analysis.net/tutorials/wireshark/index.html&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>