Tagged Questions

0
votes
0answers
114 views

How to build ICMPv6 packet with libnet?

Is it possible to build ICMPv6 packet with libnet? The only functions I see are concerning ICMPv4 ( libnet_build_icmpv4_xxxxx() ). Thank you.
0
votes
0answers
175 views

Libnet - IPv6 support for windows (libnet_name2addr6)

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 ...
0
votes
1answer
488 views

libnet that properly calculates checksum on IPV6

I have recently started playing around with libnet and using it to generate IPV6 packets. I am very new at programming, however, I am quite happy with the library. I have one problem with it ...