Tagged Questions

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 ...