<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for I Smell Packets</title>
	<atom:link href="http://ismellpackets.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ismellpackets.com</link>
	<description>Sometimes they stink...</description>
	<lastBuildDate>Fri, 12 Aug 2011 20:14:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Wirehex.pl &#8211; A Perl Script by Hani @kroosec Benhabiles</title>
		<link>http://ismellpackets.com/2009/06/02/winhex-pl-a-perl-script/#comment-345</link>
		<dc:creator><![CDATA[Hani @kroosec Benhabiles]]></dc:creator>
		<pubDate>Fri, 12 Aug 2011 20:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://ismellpackets.wordpress.com/?p=118#comment-345</guid>
		<description><![CDATA[Ok, I&#039;m very late to the party. I&#039;ve just began working on the challenges from the first one.

Here is the Python version, with a single file containing all packets. 

#! /usr/bin/python
import sys

with open(sys.argv[1]) as f:
    count = 0
    for line in f:
        if line==&#039;\n&#039;:
            count = 0
        else:
            print &quot;%06d&quot; % count + &quot; &quot; + line
            count += len(line.split())

If each packet dump is in it&#039;s file, the script could be made smaller.

#! /usr/bin/python
import sys

with open(sys.argv[1]) as f:
    count = 0
    for line in f:
        print &quot;%06d&quot; % count + &quot; &quot; + line
        count += len(line.split())

Usage:
wirehex.py 

cheers,
Hani.]]></description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;m very late to the party. I&#8217;ve just began working on the challenges from the first one.</p>
<p>Here is the Python version, with a single file containing all packets. </p>
<p>#! /usr/bin/python<br />
import sys</p>
<p>with open(sys.argv[1]) as f:<br />
    count = 0<br />
    for line in f:<br />
        if line==&#8217;\n&#8217;:<br />
            count = 0<br />
        else:<br />
            print &#8220;%06d&#8221; % count + &#8221; &#8221; + line<br />
            count += len(line.split())</p>
<p>If each packet dump is in it&#8217;s file, the script could be made smaller.</p>
<p>#! /usr/bin/python<br />
import sys</p>
<p>with open(sys.argv[1]) as f:<br />
    count = 0<br />
    for line in f:<br />
        print &#8220;%06d&#8221; % count + &#8221; &#8221; + line<br />
        count += len(line.split())</p>
<p>Usage:<br />
wirehex.py </p>
<p>cheers,<br />
Hani.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;The Spy Hunter 2&#8243; Packet Challenge by cchristianson</title>
		<link>http://ismellpackets.com/2011/07/13/the-spy-hunter-2-packet-challenge/#comment-327</link>
		<dc:creator><![CDATA[cchristianson]]></dc:creator>
		<pubDate>Fri, 15 Jul 2011 14:27:01 +0000</pubDate>
		<guid isPermaLink="false">https://ismellpackets.wordpress.com/?p=353#comment-327</guid>
		<description><![CDATA[Good.  Let me know what you come up with.]]></description>
		<content:encoded><![CDATA[<p>Good.  Let me know what you come up with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;The Spy Hunter 2&#8243; Packet Challenge by fernando</title>
		<link>http://ismellpackets.com/2011/07/13/the-spy-hunter-2-packet-challenge/#comment-326</link>
		<dc:creator><![CDATA[fernando]]></dc:creator>
		<pubDate>Fri, 15 Jul 2011 12:32:54 +0000</pubDate>
		<guid isPermaLink="false">https://ismellpackets.wordpress.com/?p=353#comment-326</guid>
		<description><![CDATA[All Ok.
Thanks]]></description>
		<content:encoded><![CDATA[<p>All Ok.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;The Spy Hunter 2&#8243; Packet Challenge by fernando</title>
		<link>http://ismellpackets.com/2011/07/13/the-spy-hunter-2-packet-challenge/#comment-325</link>
		<dc:creator><![CDATA[fernando]]></dc:creator>
		<pubDate>Fri, 15 Jul 2011 11:30:13 +0000</pubDate>
		<guid isPermaLink="false">https://ismellpackets.wordpress.com/?p=353#comment-325</guid>
		<description><![CDATA[There&#039;s no OperationNEPTUNE.pcap  in the shared folder. Is that correct ? Is that part of the challenge ?
Regards]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s no OperationNEPTUNE.pcap  in the shared folder. Is that correct ? Is that part of the challenge ?<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;The Spy Hunter&#8221; Packet Challenge by ismellpackets</title>
		<link>http://ismellpackets.com/2010/08/23/the-spy-hunter-packet-challenge/#comment-248</link>
		<dc:creator><![CDATA[ismellpackets]]></dc:creator>
		<pubDate>Mon, 30 Aug 2010 20:08:27 +0000</pubDate>
		<guid isPermaLink="false">https://ismellpackets.wordpress.com/?p=253#comment-248</guid>
		<description><![CDATA[Sorry about that.  Friday September 3rd, 2010.]]></description>
		<content:encoded><![CDATA[<p>Sorry about that.  Friday September 3rd, 2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;The Spy Hunter&#8221; Packet Challenge by tjs</title>
		<link>http://ismellpackets.com/2010/08/23/the-spy-hunter-packet-challenge/#comment-247</link>
		<dc:creator><![CDATA[tjs]]></dc:creator>
		<pubDate>Mon, 30 Aug 2010 19:48:44 +0000</pubDate>
		<guid isPermaLink="false">https://ismellpackets.wordpress.com/?p=253#comment-247</guid>
		<description><![CDATA[When is this due? It says friday, but WHICH friday?]]></description>
		<content:encoded><![CDATA[<p>When is this due? It says friday, but WHICH friday?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Script for sshbl.org by sshbl.org</title>
		<link>http://ismellpackets.com/2010/01/21/a-script-for-sshbl-org/#comment-222</link>
		<dc:creator><![CDATA[sshbl.org]]></dc:creator>
		<pubDate>Fri, 12 Mar 2010 11:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://ismellpackets.wordpress.com/?p=226#comment-222</guid>
		<description><![CDATA[You can now skip the sed&#039;ing:

http://www.sshbl.org/lists/hosts.deny]]></description>
		<content:encoded><![CDATA[<p>You can now skip the sed&#8217;ing:</p>
<p><a href="http://www.sshbl.org/lists/hosts.deny" rel="nofollow">http://www.sshbl.org/lists/hosts.deny</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Name That Tune&#8221; &#8211; Packet Challenge by Fabien</title>
		<link>http://ismellpackets.com/2010/02/18/name-that-tune-packet-challenge/#comment-218</link>
		<dc:creator><![CDATA[Fabien]]></dc:creator>
		<pubDate>Tue, 02 Mar 2010 11:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://ismellpackets.wordpress.com/?p=239#comment-218</guid>
		<description><![CDATA[I can&#039;t wait to read the best answer, @Andy, young padawan may the packet with you !
Artists don&#039;t longer produce songs of this quality... The 80&#039;s !]]></description>
		<content:encoded><![CDATA[<p>I can&#8217;t wait to read the best answer, @Andy, young padawan may the packet with you !<br />
Artists don&#8217;t longer produce songs of this quality&#8230; The 80&#8242;s !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Name That Tune&#8221; &#8211; Packet Challenge by Andy</title>
		<link>http://ismellpackets.com/2010/02/18/name-that-tune-packet-challenge/#comment-217</link>
		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Fri, 26 Feb 2010 14:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://ismellpackets.wordpress.com/?p=239#comment-217</guid>
		<description><![CDATA[Yes but not from this email address (my bad), it was from andy_house...

...a bad habit of using a second email address for internet posting etc lol]]></description>
		<content:encoded><![CDATA[<p>Yes but not from this email address (my bad), it was from andy_house&#8230;</p>
<p>&#8230;a bad habit of using a second email address for internet posting etc lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Name That Tune&#8221; &#8211; Packet Challenge by ismellpackets</title>
		<link>http://ismellpackets.com/2010/02/18/name-that-tune-packet-challenge/#comment-216</link>
		<dc:creator><![CDATA[ismellpackets]]></dc:creator>
		<pubDate>Thu, 25 Feb 2010 15:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://ismellpackets.wordpress.com/?p=239#comment-216</guid>
		<description><![CDATA[Andy, did you send in an entry?]]></description>
		<content:encoded><![CDATA[<p>Andy, did you send in an entry?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

