<?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>can&#039;t use it &#187; wireshark</title>
	<atom:link href="http://cantuse.it/tag/wireshark/feed/" rel="self" type="application/rss+xml" />
	<link>http://cantuse.it</link>
	<description>A blog about good and bad usability, user interface design, prototyping, web application development, computer science and everything else.</description>
	<lastBuildDate>Sun, 06 Mar 2011 00:27:51 +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>Wireshark installation problems in Snow Leopard</title>
		<link>http://cantuse.it/2009/09/wireshark-installation-problems-in-snow-leopard/</link>
		<comments>http://cantuse.it/2009/09/wireshark-installation-problems-in-snow-leopard/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 17:04:14 +0000</pubDate>
		<dc:creator>cemre</dc:creator>
				<category><![CDATA[tips&tricks]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://www.cantuse.it/?p=247</guid>
		<description><![CDATA[I installed Wireshark for my Networking course on Snow Leopard and had some difficulties.
After copying the command line utilities, if the folder you copied into wasn&#8217;t there before, it&#8217;s probably not in the include path. To edit the include path:

Open Terminal
sudo nano ~/.bash_profile
Add such a line:
export PATH=/opt/wireshark/bin/:$PATH
adjust name of the folder according to where you [...]]]></description>
			<content:encoded><![CDATA[<p>I installed Wireshark for my Networking course on Snow Leopard and had some difficulties.</p>
<p>After copying the command line utilities, if the folder you copied into wasn&#8217;t there before, it&#8217;s probably not in the include path. To edit the include path:</p>
<ol>
<li>Open Terminal</li>
<li>sudo nano ~/.bash_profile</li>
<li>Add such a line:<br />
export PATH=/opt/wireshark/bin/:$PATH<br />
adjust name of the folder according to where you copied the files.</li>
</ol>
<p>Secondly, I was instructed to put ChmodBPF in StartupItems, but got the following error when I restarted:</p>
<blockquote><p>“/Library/StartupItems/ChmodBPF” has not been started because it does not have the proper security settings.</p></blockquote>
<p>I observed that there was something wrong with the ownership of those files. To solve it,</p>
<ol>
<li>Open Terminal</li>
<li>Go to /Library/StartupItems/</li>
<li>chown -R root:wheel</li>
</ol>
<p>This will fix the problem.</p>
<p>Then I got the following errors when I ran Wireshark:</p>
<blockquote><p>The following errors were found while loading the MIBS:<br />
-:0 1 module-not-found failed to locate MIB module `IP-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `IF-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `TCP-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `UDP-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMPv2-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `RFC1213-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `IPV6-ICMP-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `IPV6-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-COMMUNITY-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-FRAMEWORK-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-MPD-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-NOTIFICATION-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-PROXY-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-TARGET-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-USER-BASED-SM-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-USM-DH-OBJECTS-MIB&#8217;<br />
-:0 1 module-not-found failed to locate MIB module `SNMP-VIEW-BASED-ACM-MIB&#8217;</p></blockquote>
<p>Apparently there is a problem with include paths. Solution:</p>
<ol>
<li>Click OK on error message.</li>
<li>In Wireshark window Edit &gt; Preferences &gt; Name Resolution.</li>
<li>Click <em>SMI (MIB and PIB) paths</em> edit button</li>
<li>Click New</li>
<li>Add the path <em>/usr/share/snmp/mibs/</em></li>
<li>OK and close Wireshark, also close X11.</li>
<li>Restart Wireshark</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://cantuse.it/2009/09/wireshark-installation-problems-in-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

