<?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"
	>
<channel>
	<title>Comments on: Send hand-crafted Ethernet Frames in Python (ARP for example)</title>
	<atom:link href="http://www.larsen-b.com/Article/206.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com/Article/206.html</link>
	<description>Titanium Exposé</description>
	<pubDate>Fri, 21 Nov 2008 10:45:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Tero</title>
		<link>http://www.larsen-b.com/Article/206.html#comment-605</link>
		<dc:creator>Tero</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-605</guid>
		<description>&lt;p&gt;Did you look at &lt;a class="reference" href="http://www.cartel-securite.fr/pbiondi/projects/scapy/"&gt;scapy&lt;/a&gt;?  It got some nice shortcuts like &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;sendp()&lt;/span&gt;&lt;/tt&gt; for sending ethernet frames.  Very nice tool!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Did you look at <a class="reference" href="http://www.cartel-securite.fr/pbiondi/projects/scapy/">scapy</a>?  It got some nice shortcuts like <tt class="docutils literal"><span class="pre">sendp()</span></tt> for sending ethernet frames.  Very nice tool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkx</title>
		<link>http://www.larsen-b.com/Article/206.html#comment-606</link>
		<dc:creator>Jkx</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-606</guid>
		<description>&lt;p&gt;Yes, i know scapy but it's a interactive tool, and i need something that be cron-ed. And second thing, I want to learn how to do that too:)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yes, i know scapy but it&#8217;s a interactive tool, and i need something that be cron-ed. And second thing, I want to learn how to do that too:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tero</title>
		<link>http://www.larsen-b.com/Article/206.html#comment-607</link>
		<dc:creator>Tero</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-607</guid>
		<description>&lt;p&gt;For some reason the page shows only interactive sessions but it can be scripted too.  I've used scapy to automate testing of an IP host for an embedded target, the suite being run under the control of unittest.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For some reason the page shows only interactive sessions but it can be scripted too.  I&#8217;ve used scapy to automate testing of an IP host for an embedded target, the suite being run under the control of unittest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgram</title>
		<link>http://www.larsen-b.com/Article/206.html#comment-608</link>
		<dc:creator>dgram</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-608</guid>
		<description>&lt;p&gt;ive been trying to figure out how to send ethernet frames in python for a couple of days now, thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ive been trying to figure out how to send ethernet frames in python for a couple of days now, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.larsen-b.com/Article/206.html#comment-609</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-609</guid>
		<description>Hi,&lt;br /&gt;
I am trying to run ur full code but i m getting following error......&lt;br /&gt;
Plz reply me on madhurnamdev@huawei.com&lt;br /&gt;
&lt;br /&gt;
C:DOCUME~1M71323Desktop&gt;python pac.py&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
&#160; File "pac.py", line 70, in ?&lt;br /&gt;
&#160; &#160; s = socket.socket(socket.PF_PACKET, socket.SOCK_RAW)&lt;br /&gt;
AttributeError: 'module' object has no attribute 'PF_PACKET'</description>
		<content:encoded><![CDATA[<p>Hi,<br />
<br />
I am trying to run ur full code but i m getting following error&#8230;&#8230;<br />
<br />
Plz reply me on <a href="mailto:madhurnamdev@huawei.com">madhurnamdev@huawei.com</a></p>
<p>C:DOCUME~1M71323Desktop>python pac.py<br />
<br />
Traceback (most recent call last):<br />
<br />
&nbsp; File &#8220;pac.py&#8221;, line 70, in ?<br />
<br />
&nbsp; &nbsp; s = socket.socket(socket.PF_PACKET, socket.SOCK_RAW)<br />
<br />
AttributeError: &#8216;module&#8217; object has no attribute &#8216;PF_PACKET&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkx</title>
		<link>http://www.larsen-b.com/Article/206.html#comment-610</link>
		<dc:creator>Jkx</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-610</guid>
		<description>&lt;p&gt;Raw sockets are not supported on windows operating system. This works only on Unix I think (sure for SunOS/*BSD/Linux)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Raw sockets are not supported on windows operating system. This works only on Unix I think (sure for SunOS/*BSD/Linux)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samir</title>
		<link>http://www.larsen-b.com/Article/206.html#comment-611</link>
		<dc:creator>Samir</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-611</guid>
		<description>&lt;p&gt;Thank you! That's what I needed.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you! That&#8217;s what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.larsen-b.com/Article/206.html#comment-612</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-612</guid>
		<description>im using FreeBSD 6.2 and python2.4.3 got the same msg..&lt;br /&gt;
&lt;br /&gt;
Traceback (most recent call last):&lt;br /&gt;
&#160; File "arp.py", line 74, in ?&lt;br /&gt;
&#160; &#160; s = socket.socket(socket.PF_PACKET, socket.SOCK_RAW)&lt;br /&gt;
AttributeError: 'module' object has no attribute 'PF_PACKET'&lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p>im using FreeBSD 6.2 and python2.4.3 got the same msg..</p>
<p>Traceback (most recent call last):<br />
<br />
&nbsp; File &#8220;arp.py&#8221;, line 74, in ?<br />
<br />
&nbsp; &nbsp; s = socket.socket(socket.PF_PACKET, socket.SOCK_RAW)<br />
<br />
AttributeError: &#8216;module&#8217; object has no attribute &#8216;PF_PACKET&#8217;<br />
</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stizzash</title>
		<link>http://www.larsen-b.com/Article/206.html#comment-613</link>
		<dc:creator>stizzash</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-613</guid>
		<description>&lt;p&gt;Did you have example code that you based your code on?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Did you have example code that you based your code on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.larsen-b.com/Article/206.html#comment-614</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-614</guid>
		<description>&lt;p&gt;Hey is there a place where I can read more about operations I can do with dpkt and twisted?
thnks
-L&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey is there a place where I can read more about operations I can do with dpkt and twisted?<br />
thnks<br />
-L</p>
]]></content:encoded>
	</item>
</channel>
</rss>
