<?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>Kleinsch &#187; wireshark</title>
	<atom:link href="http://kleinsch.com/tag/wireshark/feed/" rel="self" type="application/rss+xml" />
	<link>http://kleinsch.com</link>
	<description>Nick Kleinschmidt&#039;s Blog</description>
	<lastBuildDate>Wed, 14 Jul 2010 13:19:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wireshark ChmodBPF errors on Snow Leopard</title>
		<link>http://kleinsch.com/2009/10/03/wireshark-chmodbpf-errors-on-snow-leopard/</link>
		<comments>http://kleinsch.com/2009/10/03/wireshark-chmodbpf-errors-on-snow-leopard/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 15:50:59 +0000</pubDate>
		<dc:creator>Nick Kleinschmidt</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[wireshark]]></category>

		<guid isPermaLink="false">http://kleinsch.com/?p=104</guid>
		<description><![CDATA[If you restart at this point, you'll get an error message that says "Insecure Startup Item disabled. - “/Library/StartupItems/ChmodBPF” has not been started because it does not have the proper security settings." Using information from an <a href="http://support.apple.com/kb/HT2413?viewlocale=en_US">Apple support article</a>, I realized you need to change the owner of the scripts for them to be run on startup. Run the command below and everything will work fine!]]></description>
			<content:encoded><![CDATA[<p>When I got Snow Leopard, I decided to do some house cleaning. I wiped the disk and reinstalled everything from scratch. I didn&#8217;t have any problems along the way until I went to install my favorite network protocol analyzer: Wireshark.</p>
<p>Installing is a simple matter of dragging the application into your Applications folder, but there&#8217;s also a startup item that sets some necessary permissions. To set that up, go into the Utilities folder on the Wireshark disk image, and drag the ChmodBPF folder onto the StartupItems shortcut. It&#8217;ll prompt you to authenticate and then copy. If you restart at this point, you&#8217;ll get an error message that says &#8220;Insecure Startup Item disabled. &#8211; “/Library/StartupItems/ChmodBPF” has not been started because it does not have the proper security settings.&#8221;</p>
<p>Using information from an <a href="http://support.apple.com/kb/HT2413?viewlocale=en_US">Apple support article</a>, I realized you need to change the owner of the scripts for them to be run on startup. Run the command below and everything will work fine!</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>StartupItems
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chown</span> <span style="color: #660033;">-R</span> root:wheel ChmodBPF</pre></div></div>

<p><strong><br />
Update (7/14/2010)</strong> &#8211; Make sure you restart your computer after running this command. The script only runs at startup, so just changing the permissions doesn&#8217;t do anything by itself. You have to restart for the script to run.</p>
]]></content:encoded>
			<wfw:commentRss>http://kleinsch.com/2009/10/03/wireshark-chmodbpf-errors-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
