<?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: Libnet 1.1 IPv6 fixes and additions</title>
	<atom:link href="http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html</link>
	<description>Everything inline.</description>
	<lastBuildDate>Mon, 30 Jan 2012 16:49:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Victor Julien</title>
		<link>http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html/comment-page-1#comment-28661</link>
		<dc:creator>Victor Julien</dc:creator>
		<pubDate>Mon, 16 May 2011 11:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html#comment-28661</guid>
		<description>@klingon here is some example code that may be of use: https://snort-inline.svn.sourceforge.net/svnroot/snort-inline/tags/2.8.3.2/src/reset.c

In general, IPv6 support in libnet is incomplete. For the code on the link above I had to extend libnet. For your purpose you may need to do the same.

Can&#039;t help you with the Windows part, sorry.</description>
		<content:encoded><![CDATA[<p>@klingon here is some example code that may be of use: <a href="https://snort-inline.svn.sourceforge.net/svnroot/snort-inline/tags/2.8.3.2/src/reset.c" rel="nofollow">https://snort-inline.svn.sourceforge.net/svnroot/snort-inline/tags/2.8.3.2/src/reset.c</a></p>
<p>In general, IPv6 support in libnet is incomplete. For the code on the link above I had to extend libnet. For your purpose you may need to do the same.</p>
<p>Can&#8217;t help you with the Windows part, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klingon</title>
		<link>http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html/comment-page-1#comment-28659</link>
		<dc:creator>klingon</dc:creator>
		<pubDate>Mon, 16 May 2011 06:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html#comment-28659</guid>
		<description>Hello,

A few days ago I had successfully built a project to send an ICMP echo request - IPv4 using the libnet library (version 1.1.2.1) using Visual Studio 2008. I captured the packets using WireShark. 

I now need to send an ICMP echo request in IPv6. But I am facing a few IPv6 support issues in using libnet. I am using the libnet library version 1.1.5. In this library I am not able to find the functionality support for IPv6 .

When creating a packet these were some issues encountered:
1. The &#039;libnet_autobuild_ipv6&#039; is not yet implemented (resolved by using the &#039;libnet_build_ipv6&#039; function)
2. &#039;libnet_name2addr6&#039; function (in the file libnet_resolve.c) seems to have no functionality. 
3. There seems to be no function to build an ICMPv6 Header - similar to libnet_build_icmpv4_echo

Any suggestion and help in this regard will be appreciated. 

Does there exist any other library similar to libnet to send IPv6 packets while working in windows.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>A few days ago I had successfully built a project to send an ICMP echo request &#8211; IPv4 using the libnet library (version 1.1.2.1) using Visual Studio 2008. I captured the packets using WireShark. </p>
<p>I now need to send an ICMP echo request in IPv6. But I am facing a few IPv6 support issues in using libnet. I am using the libnet library version 1.1.5. In this library I am not able to find the functionality support for IPv6 .</p>
<p>When creating a packet these were some issues encountered:<br />
1. The &#8216;libnet_autobuild_ipv6&#8242; is not yet implemented (resolved by using the &#8216;libnet_build_ipv6&#8242; function)<br />
2. &#8216;libnet_name2addr6&#8242; function (in the file libnet_resolve.c) seems to have no functionality.<br />
3. There seems to be no function to build an ICMPv6 Header &#8211; similar to libnet_build_icmpv4_echo</p>
<p>Any suggestion and help in this regard will be appreciated. </p>
<p>Does there exist any other library similar to libnet to send IPv6 packets while working in windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html/comment-page-1#comment-17314</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Tue, 15 Dec 2009 21:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html#comment-17314</guid>
		<description>You could send your patch to this guy: http://github.com/sam-github/libnet/tree/libnet-1.1.4 ; he seems to have taken ownership of libnet .</description>
		<content:encoded><![CDATA[<p>You could send your patch to this guy: <a href="http://github.com/sam-github/libnet/tree/libnet-1.1.4" rel="nofollow">http://github.com/sam-github/libnet/tree/libnet-1.1.4</a> ; he seems to have taken ownership of libnet .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor Julien</title>
		<link>http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html/comment-page-1#comment-13506</link>
		<dc:creator>Victor Julien</dc:creator>
		<pubDate>Wed, 22 Apr 2009 15:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html#comment-13506</guid>
		<description>I mailed it to the author but never got a reply, so I guess not :(</description>
		<content:encoded><![CDATA[<p>I mailed it to the author but never got a reply, so I guess not <img src='http://www.inliniac.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: funkdaddy</title>
		<link>http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html/comment-page-1#comment-13505</link>
		<dc:creator>funkdaddy</dc:creator>
		<pubDate>Wed, 22 Apr 2009 15:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html#comment-13505</guid>
		<description>Thanks much for this!  Will this patch make it back into libnet?</description>
		<content:encoded><![CDATA[<p>Thanks much for this!  Will this patch make it back into libnet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inliniac &#187; Blog Archive &#187; Snort_inline updated to 2.8.0.1 in SVN</title>
		<link>http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html/comment-page-1#comment-10659</link>
		<dc:creator>Inliniac &#187; Blog Archive &#187; Snort_inline updated to 2.8.0.1 in SVN</dc:creator>
		<pubDate>Wed, 09 Jan 2008 15:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html#comment-10659</guid>
		<description>[...] unreachable packets you will need the libnet 1.1 patch I wrote a while ago. You can find that here. Get the latest Snort_inline by checking out [...]</description>
		<content:encoded><![CDATA[<p>[...] unreachable packets you will need the libnet 1.1 patch I wrote a while ago. You can find that here. Get the latest Snort_inline by checking out [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Metcalf</title>
		<link>http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html/comment-page-1#comment-9221</link>
		<dc:creator>William Metcalf</dc:creator>
		<pubDate>Wed, 17 Oct 2007 00:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.inliniac.net/blog/2007/10/16/libnet-11-ipv6-fixes-and-additions.html#comment-9221</guid>
		<description>I would like to second that thank you to Nitro.  Without the support of Nitro and more specifically  Dave  Remien (great guy btw) snort_inline wouldn&#039;t have things like support for NFQUEUE etc..  

Thanx again,

Will</description>
		<content:encoded><![CDATA[<p>I would like to second that thank you to Nitro.  Without the support of Nitro and more specifically  Dave  Remien (great guy btw) snort_inline wouldn&#8217;t have things like support for NFQUEUE etc..  </p>
<p>Thanx again,</p>
<p>Will</p>
]]></content:encoded>
	</item>
</channel>
</rss>

