<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Dumping streaming media in 25 lines of Perl</title>
	<atom:link href="http://www.108.bz/posts/it/dumping-streaming-media-in-25-lines-of-perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.108.bz/posts/it/dumping-streaming-media-in-25-lines-of-perl/</link>
	<description>Wandering futilities...</description>
	<lastBuildDate>Fri, 20 Jan 2012 13:06:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Giuliano</title>
		<link>http://www.108.bz/posts/it/dumping-streaming-media-in-25-lines-of-perl/comment-page-1/#comment-12664</link>
		<dc:creator>Giuliano</dc:creator>
		<pubDate>Tue, 10 Jan 2012 22:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.108.bz/?p=459#comment-12664</guid>
		<description>Chances are that you&#039;ll need root access anyway to be able to sniff traffic...
But try something like this:
$ mkdir -p Net/Analysis/Listener
$ mv GroovesharkListener.pm Net/Analysis//Listener/
$ sudo perl -I. -MNet::Analysis -e main &#039;GroovesharkListener&#039; &#039;port 80&#039;
(starting live capture)

See the &quot;sudo&quot;? You may do without it, if your user has access to the whatever packet filtering facility your O.S. is supplying...
One more thing: should you need to target a specific network interface, I&#039;ve got a patch to Net::Analysis just for that.

--
Giuliano</description>
		<content:encoded><![CDATA[<p>Chances are that you&#8217;ll need root access anyway to be able to sniff traffic&#8230;<br />
But try something like this:<br />
$ mkdir -p Net/Analysis/Listener<br />
$ mv GroovesharkListener.pm Net/Analysis//Listener/<br />
$ sudo perl -I. -MNet::Analysis -e main &#8216;GroovesharkListener&#8217; &#8216;port 80&#8242;<br />
(starting live capture)</p>
<p>See the &#8220;sudo&#8221;? You may do without it, if your user has access to the whatever packet filtering facility your O.S. is supplying&#8230;<br />
One more thing: should you need to target a specific network interface, I&#8217;ve got a patch to Net::Analysis just for that.</p>
<p>&#8211;<br />
Giuliano</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleritty</title>
		<link>http://www.108.bz/posts/it/dumping-streaming-media-in-25-lines-of-perl/comment-page-1/#comment-12649</link>
		<dc:creator>Aleritty</dc:creator>
		<pubDate>Tue, 10 Jan 2012 18:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.108.bz/?p=459#comment-12649</guid>
		<description>I&#039;m a complete perl-newbie but I can&#039;t find a place where GroovesharkListener.pm is found by perl except in the main perl library (that I cannot access without the root password!) Can you help me explaining where or how I can place that piece of software?</description>
		<content:encoded><![CDATA[<p>I&#8217;m a complete perl-newbie but I can&#8217;t find a place where GroovesharkListener.pm is found by perl except in the main perl library (that I cannot access without the root password!) Can you help me explaining where or how I can place that piece of software?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giuliano</title>
		<link>http://www.108.bz/posts/it/dumping-streaming-media-in-25-lines-of-perl/comment-page-1/#comment-266</link>
		<dc:creator>Giuliano</dc:creator>
		<pubDate>Tue, 15 Jun 2010 09:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.108.bz/?p=459#comment-266</guid>
		<description>Well, using Objective-C  you&#039;ll go far beyond 25 lines of code. :)
Net::Analysis and Net::Pcap should indeed work on Mac OS X: they&#039;re using the same libraries as tcpdump. I&#039;ll try as soon as I&#039;ve got a Mac at hand.

Good luck with your program,
ciao,
--
Giuliano</description>
		<content:encoded><![CDATA[<p>Well, using Objective-C  you&#8217;ll go far beyond 25 lines of code. <img src='http://www.108.bz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Net::Analysis and Net::Pcap should indeed work on Mac OS X: they&#8217;re using the same libraries as tcpdump. I&#8217;ll try as soon as I&#8217;ve got a Mac at hand.</p>
<p>Good luck with your program,<br />
ciao,<br />
&#8211;<br />
Giuliano</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mariano</title>
		<link>http://www.108.bz/posts/it/dumping-streaming-media-in-25-lines-of-perl/comment-page-1/#comment-265</link>
		<dc:creator>mariano</dc:creator>
		<pubDate>Mon, 14 Jun 2010 20:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.108.bz/?p=459#comment-265</guid>
		<description>great post!

Such a shame I could not install Net analysis because I was imposible to install all the packages in my mac...

Now I&#039;m trying to do a objective-C version of your script</description>
		<content:encoded><![CDATA[<p>great post!</p>
<p>Such a shame I could not install Net analysis because I was imposible to install all the packages in my mac&#8230;</p>
<p>Now I&#8217;m trying to do a objective-C version of your script</p>
]]></content:encoded>
	</item>
</channel>
</rss>

