<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>wireshark Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/wireshark/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 11 Mar 2021 21:16:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to install Wireshark on Ubuntu 20.04/18.04?</title>
		<link>https://www.osradar.com/install-wireshark-on-ubuntu/</link>
					<comments>https://www.osradar.com/install-wireshark-on-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 16 Mar 2021 02:14:00 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bionic]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wireshark]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=9187</guid>

					<description><![CDATA[<p>Many things happen in a network, especially if many users use it. Actually, we don&#8217;t know everything that happens on it, and that for some sysadmin or IT professionals is a problem. Basic or relevant information intersect in that exchange. Therefore, there are applications like Wireshark that help to collect statistics on the use of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wireshark-on-ubuntu/">How to install Wireshark on Ubuntu 20.04/18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Many things happen in a network, especially if many users use it. Actually, we don&#8217;t know everything that happens on it, and that for some sysadmin or IT professionals is a problem. Basic or relevant information intersect in that exchange. Therefore, there are applications like Wireshark that help to collect statistics on the use of the network protocol and analyze them. With this in mind, today I will teach you how to install Wireshark on Ubuntu 20.04 and 18.04.</p>
<p><a href="https://www.wireshark.org/">Wireshark</a> is a free and opensource web analyzer. It allows you to know from a quite technical point of view what is happening in your network. With this, you can make statistics, specific <a href="http://osradar.com/tag/monitoring/">monitoring</a> or simply know its traffic.</p>
<p>Some of the main features of Wireshark are:</p>
<ul>
<li>Deep inspection of hundreds of protocols, with more being added all the time.</li>
<li>Live capture and offline analysis.</li>
<li>Standard three-pane packet browser.</li>
<li>Captured network data can be browsed via a GUI, or via the TTY-mode TShark utility.<br />
The most powerful display filters in the industry.</li>
<li>Rich VoIP analysis.</li>
</ul>
<p>And many more. However, one of the most outstanding features is that it is <strong>cross-</strong>platform. In other words, you can install it on Windows, Linux, <a href="https://www.osradar.com/tag/freebsd/">FreeBSD</a>, Solaris, and other systems.</p>
<p>So, let&#8217;s install Wireshark.</p>
<h2>1. Install Wireshark on Ubuntu 20.04/18.04</h2>
<p>To install Wireshark more easily on Ubuntu 16.04, it is necessary to use a PPA repository of its developers. We have two options to install, the developing version or the latest stable version. I&#8217;ll show you the process for both, but in this post, I&#8217;ll install the stable version. <strong>If you use Ubuntu 20.04/ 18.04 this is not necessary.</strong></p>
<h3>If you want to install the development version:</h3>
<p>Open a terminal and run:</p>
<pre class="">:~$ sudo add-apt-repository ppa:dreibh/ppa
:~$ sudo apt update
:~$ sudo apt install wireshark</pre>
<p>And that&#8217;s it.</p>
<h3>Install the stable version:</h3>
<p>It is always best to install the stable version of any program. That&#8217;s to avoid major bugs and surprises. It is clear that no application is free of bugs, but stable versions are less prone to them.</p>
<p>Open a Terminal and add the external repository with this command:</p>
<pre class="">:~$ sudo add-apt-repository ppa:wireshark-dev/stable</pre>
<figure id="attachment_9188" aria-describedby="caption-attachment-9188" style="width: 1117px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9188" src="https://www.osradar.com/wp-content/uploads/2019/01/1-11.png" alt="1.- Adding the external repository" width="1117" height="383" srcset="https://www.osradar.com/wp-content/uploads/2019/01/1-11.png 1117w, https://www.osradar.com/wp-content/uploads/2019/01/1-11-300x103.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/1-11-768x263.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/1-11-1024x351.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/1-11-1068x366.png 1068w" sizes="(max-width: 1117px) 100vw, 1117px" /><figcaption id="caption-attachment-9188" class="wp-caption-text">1.- Adding the external repository</figcaption></figure>
<p>Next, refresh the APT cache.</p>
<pre class="">:~$ sudo apt update</pre>
<figure id="attachment_9189" aria-describedby="caption-attachment-9189" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9189" src="https://www.osradar.com/wp-content/uploads/2019/01/2-10.png" alt="2.- Running the APT cache" width="1365" height="522" srcset="https://www.osradar.com/wp-content/uploads/2019/01/2-10.png 1365w, https://www.osradar.com/wp-content/uploads/2019/01/2-10-300x115.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/2-10-768x294.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/2-10-1024x392.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/2-10-1068x408.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/2-10-1098x420.png 1098w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-9189" class="wp-caption-text">2.- Running the APT cache</figcaption></figure>
<p>Then install Wireshark.</p>
<pre class="">:~$ sudo apt install wireshark</pre>
<figure id="attachment_9190" aria-describedby="caption-attachment-9190" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9190" src="https://www.osradar.com/wp-content/uploads/2019/01/3-10.png" alt="3.- Install Wireshark" width="1365" height="550" srcset="https://www.osradar.com/wp-content/uploads/2019/01/3-10.png 1365w, https://www.osradar.com/wp-content/uploads/2019/01/3-10-300x121.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/3-10-768x309.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/3-10-1024x413.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/3-10-1068x430.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/3-10-1042x420.png 1042w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-9190" class="wp-caption-text">3.- Install Wireshark</figcaption></figure>
<p>During installation, we will be asked if we want Wireshark to be available to all users member of wireshark group. Say yes.</p>
<figure id="attachment_9191" aria-describedby="caption-attachment-9191" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9191" src="https://www.osradar.com/wp-content/uploads/2019/01/4-11.png" alt="4.- Configuring Wireshark" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/4-11.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/4-11-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/4-11-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/4-11-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/4-11-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/4-11-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9191" class="wp-caption-text">4.- Configuring Wireshark</figcaption></figure>
<p>And that&#8217;s it.</p>
<h2>2. Configuring Wireshark</h2>
<p>First, check the version of Wireshark installed.</p>
<pre class="">:~$ wireshark -v</pre>
<figure id="attachment_9192" aria-describedby="caption-attachment-9192" style="width: 812px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9192" src="https://www.osradar.com/wp-content/uploads/2019/01/5-11.png" alt="5.- Check the Wireshark version" width="812" height="490" srcset="https://www.osradar.com/wp-content/uploads/2019/01/5-11.png 812w, https://www.osradar.com/wp-content/uploads/2019/01/5-11-300x181.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/5-11-768x463.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/5-11-696x420.png 696w" sizes="(max-width: 812px) 100vw, 812px" /><figcaption id="caption-attachment-9192" class="wp-caption-text">5.- Check the Wireshark version</figcaption></figure>
<p>Next, add your current user to the wireshark group so you can use it without problems.</p>
<pre class="">:~$ sudo usermod -a -G wireshark $USER</pre>
<p>Now, change <code>dumpcap</code> permissions. With this you will make it possible to run without permission problems.</p>
<pre class="">:~$ sudo chgrp wireshark /usr/bin/dumpcap
:~$ sudo chmod 750 /usr/bin/dumpcap
:~$ sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap</pre>
<figure id="attachment_9193" aria-describedby="caption-attachment-9193" style="width: 797px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9193" src="https://www.osradar.com/wp-content/uploads/2019/01/6-10.png" alt="6.- Change the pemissions" width="797" height="181" srcset="https://www.osradar.com/wp-content/uploads/2019/01/6-10.png 797w, https://www.osradar.com/wp-content/uploads/2019/01/6-10-300x68.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/6-10-768x174.png 768w" sizes="(max-width: 797px) 100vw, 797px" /><figcaption id="caption-attachment-9193" class="wp-caption-text">6.- Change the permissions</figcaption></figure>
<p>After you do these steps, run Wireshark from the main menu.</p>
<figure id="attachment_9194" aria-describedby="caption-attachment-9194" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9194" src="https://www.osradar.com/wp-content/uploads/2019/01/7-10.png" alt="7.- Wireshark" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/7-10.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/7-10-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/7-10-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/7-10-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/7-10-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/7-10-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9194" class="wp-caption-text">7.- Wireshark</figcaption></figure>
<p>Now, you can start to monitor your network.</p>
<p><em>Note: some case you need to run wireshark as root user.</em></p>
<h2>Conclusion</h2>
<p>Wireshark is a vital tool for many sysadmin or network enthusiasts. Its installation is quite simple but its power is almost unmatched.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-wireshark-on-ubuntu/">How to install Wireshark on Ubuntu 20.04/18.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-wireshark-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using Wireshark to analyze your network device</title>
		<link>https://www.osradar.com/using-wireshark-to-analyze-your-network-device/</link>
					<comments>https://www.osradar.com/using-wireshark-to-analyze-your-network-device/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 15 Jan 2019 03:44:28 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[wireshark]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=9231</guid>

					<description><![CDATA[<p>I was just telling you about Wireshark. Using Wireshark it is not complicated. This great open source tool for monitoring, analyzing packets sent and received on a network. So, in this post, I will show you how to use Wireshark. 1. Install it Of course, the first step to learning how to use Wireshark is [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/using-wireshark-to-analyze-your-network-device/">Using Wireshark to analyze your network device</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I was just telling you about Wireshark. Using Wireshark it is not complicated. This great open source tool for monitoring, analyzing packets sent and received on a network. So, in this post, I will show you how to use Wireshark.</p>
<h2>1. Install it</h2>
<p>Of course, the first step to learning how to use Wireshark is to install it. Wireshark has the great advantage of being multiplatform, that is, you can install it on Windows, Linux or Mac OS. Besides, it is not complicated to do it.</p>
<p>So, in <a href="https://www.osradar.com/install-wireshark-on-ubuntu">this</a> article I explain how to install it, using <a href="https://www.osradar.com/tag/ubuntu/">Ubuntu</a> 20.04/18.04 as a base. Again, it is not easy and is available in the official repositories of most Linux distributions.</p>
<h2>2. What does Wireshark do?</h2>
<p>The tool intercepts traffic and converts it into a human-readable format. This makes it easier to identify what traffic is crossing the network, how often and the latency between certain jumps.</p>
<p>Wireshark supports many protocols, but most are obsolete and few are used, so most packets are <strong>TCP</strong>, <strong>UPD</strong>, and <strong>ICMP</strong>.</p>
<h2>3. Using Wireshark</h2>
<p>Now it&#8217;s time to use Wireshark. First, run it from the main menu and you will see the following.</p>
<figure id="attachment_9232" aria-describedby="caption-attachment-9232" style="width: 1366px" class="wp-caption aligncenter"><img loading="lazy" class="size-full wp-image-9232" src="https://www.osradar.com/wp-content/uploads/2019/01/1-12.png" alt="1.- Wireshark" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/1-12.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/1-12-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/1-12-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/1-12-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/1-12-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/1-12-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9232" class="wp-caption-text">1.- Wireshark</figcaption></figure>
<p>The first thing you need to do is select the network interface you want to inspect. In my case, the network interface is <em>wlp5s0</em>, which refers to the wireless network I&#8217;m using. If you want to know what the other interfaces are called you can use this command.</p>
<pre class="">:~$ sudo ifconfig</pre>
<figure id="attachment_9233" aria-describedby="caption-attachment-9233" style="width: 833px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9233" src="https://www.osradar.com/wp-content/uploads/2019/01/2-11.png" alt="2.- Running ifconfig command" width="833" height="619" srcset="https://www.osradar.com/wp-content/uploads/2019/01/2-11.png 833w, https://www.osradar.com/wp-content/uploads/2019/01/2-11-300x223.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/2-11-768x571.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/2-11-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/01/2-11-265x198.png 265w, https://www.osradar.com/wp-content/uploads/2019/01/2-11-565x420.png 565w" sizes="(max-width: 833px) 100vw, 833px" /><figcaption id="caption-attachment-9233" class="wp-caption-text">2.- Running the ifconfig command</figcaption></figure>
<p>So, click on the name of the network interface that you want to analyze and the capture of the traffic of that network will be incited.</p>
<figure id="attachment_9234" aria-describedby="caption-attachment-9234" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9234" src="https://www.osradar.com/wp-content/uploads/2019/01/3-11.png" alt="3.- Capture the interface packages" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/3-11.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/3-11-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/3-11-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/3-11-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/3-11-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/3-11-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9234" class="wp-caption-text">3.- Capture the interface packages</figcaption></figure>
<p>The capture is done in real time, so the information that will be presented to you is very changeable. If you activate the <em>promiscuous mode</em> you will not only be able to see the packets that go to your network interface, but also to the rest of the network. This is useful especially when the interface is wireless.</p>
<p>To activate the Promiscuous Mode, go to <em>Capture</em> menu, <em>Options</em>.</p>
<figure id="attachment_9236" aria-describedby="caption-attachment-9236" style="width: 952px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9236" src="https://www.osradar.com/wp-content/uploads/2019/01/4-12.png" alt="4.- Activate the promiscuous mode" width="952" height="471" srcset="https://www.osradar.com/wp-content/uploads/2019/01/4-12.png 952w, https://www.osradar.com/wp-content/uploads/2019/01/4-12-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/4-12-768x380.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/4-12-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/01/4-12-849x420.png 849w" sizes="(max-width: 952px) 100vw, 952px" /><figcaption id="caption-attachment-9236" class="wp-caption-text">4.- Activate the promiscuous mode</figcaption></figure>
<p>This will work when you stop scanning over the network interface by pressing the red button.</p>
<figure id="attachment_9237" aria-describedby="caption-attachment-9237" style="width: 1041px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9237" src="https://www.osradar.com/wp-content/uploads/2019/01/5-12.png" alt="5.- Wireshark GUI" width="1041" height="340" srcset="https://www.osradar.com/wp-content/uploads/2019/01/5-12.png 1041w, https://www.osradar.com/wp-content/uploads/2019/01/5-12-300x98.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/5-12-768x251.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/5-12-1024x334.png 1024w" sizes="(max-width: 1041px) 100vw, 1041px" /><figcaption id="caption-attachment-9237" class="wp-caption-text">5.- Using Wireshark GUI</figcaption></figure>
<p>When you want to stop the traffic monitoring on the network interface, you can press that button. This way you will have the captured packets and you will be able to work with them.</p>
<h3>Colors in Wireshark</h3>
<p>As you&#8217;ve noticed, the packages are shaded with different colors. These represent the various protocols that are supported by Wireshark. Of course, each of them has a representation that can be modified to your liking.</p>
<p>For color rules, go to <em>View</em> menu and select <em>Coloring Rules</em> option.</p>
<figure id="attachment_9238" aria-describedby="caption-attachment-9238" style="width: 912px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9238" src="https://www.osradar.com/wp-content/uploads/2019/01/6-11.png" alt="6.- Coloring Rules on Wireshark" width="912" height="623" srcset="https://www.osradar.com/wp-content/uploads/2019/01/6-11.png 912w, https://www.osradar.com/wp-content/uploads/2019/01/6-11-300x205.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/6-11-768x525.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/6-11-218x150.png 218w, https://www.osradar.com/wp-content/uploads/2019/01/6-11-615x420.png 615w" sizes="(max-width: 912px) 100vw, 912px" /><figcaption id="caption-attachment-9238" class="wp-caption-text">6.- Coloring Rules on Wireshark</figcaption></figure>
<p>In this window, you will see how the protocols are identified. Generally, black is reserved for failed or incomplete packets. In addition to TCP and UDP with light colors.</p>
<h3>Saving a network capture</h3>
<p>If as in my case, after capturing the packets from the network, there is nothing interesting or simply do not want to analyze anything. You can save the capture of the interface and see it later.</p>
<p>To do this, go to the <em>File</em> menu and go to <em>Save As</em> option.</p>
<figure id="attachment_9239" aria-describedby="caption-attachment-9239" style="width: 631px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9239" src="https://www.osradar.com/wp-content/uploads/2019/01/7-11.png" alt="7.- Saving the capture" width="631" height="480" srcset="https://www.osradar.com/wp-content/uploads/2019/01/7-11.png 631w, https://www.osradar.com/wp-content/uploads/2019/01/7-11-300x228.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/7-11-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2019/01/7-11-552x420.png 552w" sizes="(max-width: 631px) 100vw, 631px" /><figcaption id="caption-attachment-9239" class="wp-caption-text">7.- Saving the capture</figcaption></figure>
<p>But that&#8217;s not all, the <a href="https://wiki.wireshark.org/SampleCaptures">Wireshark wiki</a> contains samples captures that you can use for learning. Then, open it from the <em>File</em> menu.</p>
<h3>Filter captured packages</h3>
<p>Wireshark can capture many packets in a very short time. For that reason, the program incorporates the option to filter them by protocols or by a keyword.</p>
<p>So, you just need to type in the keyword you want to filter. In my case, I wanted to filter all the requests made by the DNS protocol.</p>
<figure id="attachment_9240" aria-describedby="caption-attachment-9240" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9240" src="https://www.osradar.com/wp-content/uploads/2019/01/8-8.png" alt="8.- Using the filters" width="1365" height="390" srcset="https://www.osradar.com/wp-content/uploads/2019/01/8-8.png 1365w, https://www.osradar.com/wp-content/uploads/2019/01/8-8-300x86.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/8-8-768x219.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/8-8-1024x293.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/8-8-1068x305.png 1068w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-9240" class="wp-caption-text">8.- Using the filters</figcaption></figure>
<p>So, you will not miss anything in your network.</p>
<h3>Using Wireshark to analyze a package</h3>
<p>Now it&#8217;s time to analyze a package, to learn more about it. This is one of the basic functions of Wireshark and what it is made for. It&#8217;s really simple.</p>
<p>Select a package and at the bottom, you will see the details about it.</p>
<figure id="attachment_9241" aria-describedby="caption-attachment-9241" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9241" src="https://www.osradar.com/wp-content/uploads/2019/01/9-7.png" alt="9.- See the package details" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/9-7.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/9-7-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/9-7-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/9-7-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/9-7-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/9-7-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9241" class="wp-caption-text">9.- See the package details</figcaption></figure>
<p>You can also create a filter from the selected package.</p>
<figure id="attachment_9242" aria-describedby="caption-attachment-9242" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9242" src="https://www.osradar.com/wp-content/uploads/2019/01/10-6.png" alt="10.-  Applying a filter from a package" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/10-6.png 1366w, https://www.osradar.com/wp-content/uploads/2019/01/10-6-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/10-6-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/10-6-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/10-6-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/10-6-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-9242" class="wp-caption-text">10.- Applying a filter from a package</figcaption></figure>
<p>Or you can follow the TCP conversation between the client and the server. Select the package and go to <em>Analyze</em> menu, next go to <em>Follow</em> and finally click on <em>TCP Stream</em> option. You will see something like this.</p>
<figure id="attachment_9243" aria-describedby="caption-attachment-9243" style="width: 912px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-9243" src="https://www.osradar.com/wp-content/uploads/2019/01/11-4.png" alt="11.- Follow a TCP stream" width="912" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/01/11-4.png 912w, https://www.osradar.com/wp-content/uploads/2019/01/11-4-300x253.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/11-4-768x647.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/11-4-499x420.png 499w" sizes="(max-width: 912px) 100vw, 912px" /><figcaption id="caption-attachment-9243" class="wp-caption-text">11.- Follow a TCP stream</figcaption></figure>
<p>So, that&#8217;s it.</p>
<h2>Conclusion</h2>
<p>Wireshark is a program with incredible power. This post will only introduce you to the world of network interface monitoring.</p>
<p>Please share this article with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/using-wireshark-to-analyze-your-network-device/">Using Wireshark to analyze your network device</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/using-wireshark-to-analyze-your-network-device/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
