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 'libnet_autobuild_ipv6' is not yet implemented (resolved by using the 'libnet_build_ipv6' function) 2. 'libnet_name2addr6' 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 on the Windows and /or Linux platforms.

link|improve this question
A small addition to my post. I am looking for a library similar to libnet to send IPv6 packets on the Windows and /or Linux platforms. – Klingon May 16 '11 at 11:06
If you want to add to your question (this is not a forum, so it's not a post!), just edit it. SO distinguishes between questions and answers and any answers that are follow-up questions and such will generally be deleted. – dandan78 May 16 '11 at 11:46
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.