<?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>gHacks technology news &#187; protocol analyzer</title>
	<atom:link href="http://www.ghacks.net/tag/protocol-analyzer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 16:29:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Use Wireshark to track your network behavior</title>
		<link>http://www.ghacks.net/2009/08/07/use-wireshark-to-track-your-network-behavior/</link>
		<comments>http://www.ghacks.net/2009/08/07/use-wireshark-to-track-your-network-behavior/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 14:49:13 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[network analyzer]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[protocol analyzer]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15130</guid>
		<description><![CDATA[Any time I need network analysis I turn to Wireshark. Wireshark is, in my opinion, the defacto standard for network protocol analyzers. Not only is it incredibly powerful, useful, and user-friendly it is also FREE! But what exactly is Wireshark? Simple: Wireshark is a network protocol analyzer that watches and logs all incoming and outgoing [...]]]></description>
			<content:encoded><![CDATA[<p>Any time I need network analysis I turn to <a title="Wireshark" href="http://www.wireshark.org" target="_blank">Wireshark</a>. Wireshark is, in my opinion, the defacto standard for network protocol analyzers. Not only is it incredibly powerful, useful, and user-friendly it is also FREE! But what exactly is Wireshark? Simple: Wireshark is a network protocol analyzer that watches and logs all incoming and outgoing traffic as defined by your needs. This tool can not only read traffic live, it can read traffic from a previous dump. And it can read files from other applications such as tcpdump and Microsoft Network Analyzer.</p>
<p>Wireshark also offers some really great tools that help to make your network analysis much easier. Two of these tools (Filters and Expert Infos) I will highlight in this tutorial.</p>
<p><span id="more-15130"></span><strong>Getting and installing</strong></p>
<p>Wireshark can be found in your distribution repositories. To install it follow these steps:</p>
<ol>
<li>Open up your Add/Remove Software tool.</li>
<li>Search for &#8220;wireshark&#8221; (no quotes).</li>
<li>Mark Wireshark for installation.</li>
<li>Click Apply to install.</li>
</ol>
<p>Once installed you will find Wireshark in your Internet sub menu of your Applications or Start menu. You will notice there are two entries for Wireshark: &#8220;Wireshark &#8220;and &#8220;Wireshark (as root)&#8221;. The problem with the non-root version is that the standard user might not have access to the networking interface. Because of this you have two choices: give the standard user access to the interface, or run the root version of Wireshark. I generally just use the root version of Wireshark.</p>
<p><strong>Starting a capture</strong></p>
<div id="attachment_15131" class="wp-caption alignleft" style="width: 460px"><a rel="attachment wp-att-15131" href="http://www.ghacks.net/2009/08/07/use-wireshark-to-track-your-network-behavior/wireshark_main/"><img class="size-full wp-image-15131 " src="http://www.ghacks.net/wp-content/uploads/2009/08/wireshark_main.png" alt="Figure 1" width="450" height="330" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>When you first open up Wireshark you will be greeted by the main window (see Figure 1).</p>
<p>In this main window you will find everything you need to start a capture. Take a look at the row of icons under the menu toolbar. The second icon from the left is the icon you want to click to set up a capture. Clicking this button will</p>
<div id="attachment_15132" class="wp-caption alignright" style="width: 384px"><a rel="attachment wp-att-15132" href="http://www.ghacks.net/2009/08/07/use-wireshark-to-track-your-network-behavior/wireshark_capture_options/"><img class="size-full wp-image-15132 " src="http://www.ghacks.net/wp-content/uploads/2009/08/wireshark_capture_options.png" alt="Figure 2" width="374" height="328" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>open up the Capture Options window (see Figure 2). In the Capture Options window you must configure, at minimum, an interface which to use for the capture. All available interfaces will be listed in the Interface dropdown.</p>
<p>Once you have selected your interface you can then go through the rest of the options window and set up your capture to fit your needs. After you have taken care of your configuration needs click the Start button and your capture will begin.</p>
<p><strong>Filter your capture</strong></p>
<div id="attachment_15133" class="wp-caption alignleft" style="width: 460px"><a rel="attachment wp-att-15133" href="http://www.ghacks.net/2009/08/07/use-wireshark-to-track-your-network-behavior/wireshark_capture/"><img class="size-full wp-image-15133 " src="http://www.ghacks.net/wp-content/uploads/2009/08/wireshark_capture.png" alt="Figure 3" width="450" height="330" /></a><p class="wp-caption-text">Figure 3</p></div>
<p>As you can see, in Figure 3, for some people the capture information can be a bit overwhelming. There is a lot of data streaming by.</p>
<p>But say you only want to follow traffic going to and from your internal gateway. To do this click on the Filter button to open up the filter dialog. In this dialog you</p>
<div id="attachment_15134" class="wp-caption alignright" style="width: 280px"><a rel="attachment wp-att-15134" href="http://www.ghacks.net/2009/08/07/use-wireshark-to-track-your-network-behavior/wireshark_gateway/"><img class="size-full wp-image-15134 " src="http://www.ghacks.net/wp-content/uploads/2009/08/wireshark_gateway.png" alt="Figure 4" width="270" height="240" /></a><p class="wp-caption-text">Figure 4</p></div>
<p>are going to set up a filter that will filter out all traffic but that traffic seen by your gateway (see Figure 4). What you need to do is give the filter a name and then set the string. The best way to figure out the expression to use is to look at some of the examples. So for watching only a gateway at IP address 192.168.1.254 the filter string would be:</p>
<p><code>ip.addr == 192.168.1.254</code></p>
<p>With the configuration in place click the OK button and the filter will immediately be in place.</p>
<p><strong>Expert Infos</strong></p>
<div id="attachment_15135" class="wp-caption alignleft" style="width: 400px"><a rel="attachment wp-att-15135" href="http://www.ghacks.net/2009/08/07/use-wireshark-to-track-your-network-behavior/wireshark_expert/"><img class="size-full wp-image-15135 " src="http://www.ghacks.net/wp-content/uploads/2009/08/wireshark_expert.png" alt="Figure 5" width="390" height="360" /></a><p class="wp-caption-text">Figure 5</p></div>
<p>During your capture you might not be able to discern what is going on with your network. That&#8217;s okay. There&#8217;s a tool available that will help you with that. If, during a capture, you click the Analyze menu and select the Expert Infos entry a new window will open up. This new window (see Figure 5) will give you a clearer picture as to what is going on with your network.</p>
<p>If this window doesn&#8217;t help out you can also go to the Expert Infos Composite which organizes Errors, Warnings,  Chats, and Details into separate tabs.</p>
<p><strong>Final thoughts</strong></p>
<p>Wireshark should be a tool you use. And after using this analyzer you most likely will find it becoming your &#8220;go-to analyzer&#8221; for day-to-day needs. Wireshark is simple, powerful, and free.</p>

	Tags: <a href="http://www.ghacks.net/tag/network-analyzer/" title="network analyzer" rel="tag">network analyzer</a>, <a href="http://www.ghacks.net/tag/network-security/" title="network security" rel="tag">network security</a>, <a href="http://www.ghacks.net/tag/protocol-analyzer/" title="protocol analyzer" rel="tag">protocol analyzer</a>, <a href="http://www.ghacks.net/tag/wireshark/" title="wireshark" rel="tag">wireshark</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/09/19/microsoft-network-monitor/" title="Microsoft Network Monitor (September 19, 2008)">Microsoft Network Monitor</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/12/18/network-security-software-bothunter/" title="Network Security Software Bothunter (December 18, 2008)">Network Security Software Bothunter</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/01/27/network-security-analysis-with-network-miner/" title="Network Security Analysis With Network Miner (January 27, 2009)">Network Security Analysis With Network Miner</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/07/02/network-monitor-experts-extension-for-microsoft-network-monitor/" title="Network Monitor Experts Extension For Microsoft Network Monitor (July 2, 2009)">Network Monitor Experts Extension For Microsoft Network Monitor</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/04/08/home-network-router-security-secrets/" title="Home Network Router Security Secrets (April 8, 2006)">Home Network Router Security Secrets</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/07/use-wireshark-to-track-your-network-behavior/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Microsoft Network Monitor</title>
		<link>http://www.ghacks.net/2008/09/19/microsoft-network-monitor/</link>
		<comments>http://www.ghacks.net/2008/09/19/microsoft-network-monitor/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 10:15:00 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[capture traffic]]></category>
		<category><![CDATA[microsoft network monitor]]></category>
		<category><![CDATA[network analyzer]]></category>
		<category><![CDATA[network monitor]]></category>
		<category><![CDATA[network traffic]]></category>
		<category><![CDATA[packet capture]]></category>
		<category><![CDATA[protocol analyzer]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7083</guid>
		<description><![CDATA[Microsoft Network Monitor is a network protocol analyzer that captures network traffic, displays it in it&#8217;s program interface and provides access to functions that allow to analyze the traffic. The application provides access to all available network adapters which can be selected individually. The tabs driven interface creates a new tab for every capture process [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Network Monitor is a network protocol analyzer that captures network traffic, displays it in it&#8217;s program interface and provides access to functions that allow to analyze the traffic. The application provides access to all available network adapters which can be selected individually. The tabs driven interface creates a new tab for every capture process which is listing all applications and processes that have caused traffic on the network adapter.</p>
<p>The actual capturing process does not start before the user clicks on the Start button of the application. Another possibility would be to load a previously saved session which can be displayed as well in the interface. The network traffic will be captured continuously until the user decides to stop the capturing process.</p>
<p>Filters can be used to narrow down the results. About 25 default filters are available like filtering by IPv4 addresses but the user can also define his own filters. Each frame is displayed listing the process name, source and destination IP, protocol name and description. Another pane is displaying details about the currently selected frame.</p>
<p><span id="more-7083"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/09/microsoft_network_monitor-500x390.jpg" alt="microsoft network monitor" title="microsoft network monitor" width="500" height="390" class="alignnone size-medium wp-image-7084" /></p>
<p>The network monitor runs on Windows XP, Windows Vista, Windows Server 2003 and Windows Server 2008 and is available for 32-bit and 64-bit editions of the selected operating systems.</p>

	Tags: <a href="http://www.ghacks.net/tag/capture-traffic/" title="capture traffic" rel="tag">capture traffic</a>, <a href="http://www.ghacks.net/tag/microsoft-network-monitor/" title="microsoft network monitor" rel="tag">microsoft network monitor</a>, <a href="http://www.ghacks.net/tag/network-analyzer/" title="network analyzer" rel="tag">network analyzer</a>, <a href="http://www.ghacks.net/tag/network-monitor/" title="network monitor" rel="tag">network monitor</a>, <a href="http://www.ghacks.net/tag/network-traffic/" title="network traffic" rel="tag">network traffic</a>, <a href="http://www.ghacks.net/tag/packet-capture/" title="packet capture" rel="tag">packet capture</a>, <a href="http://www.ghacks.net/tag/protocol-analyzer/" title="protocol analyzer" rel="tag">protocol analyzer</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/02/network-monitor-experts-extension-for-microsoft-network-monitor/" title="Network Monitor Experts Extension For Microsoft Network Monitor (July 2, 2009)">Network Monitor Experts Extension For Microsoft Network Monitor</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/08/07/use-wireshark-to-track-your-network-behavior/" title="Use Wireshark to track your network behavior (August 7, 2009)">Use Wireshark to track your network behavior</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/wireless-networking-software-homedale/" title="Wireless Networking Software Homedale (April 10, 2009)">Wireless Networking Software Homedale</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/11/30/network-traffic-balancer/" title="Network Traffic Balancer (November 30, 2008)">Network Traffic Balancer</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/05/28/network-monitoring-software/" title="Network Monitoring Software Open Monitor (May 28, 2009)">Network Monitoring Software Open Monitor</a> (27)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/09/19/microsoft-network-monitor/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
