generator - libnet that properly calculates checksum on IPV6 -


I recently started playing with Liberty to generate IBV 6 packets. I am very new to programming, however, I am very happy with the library.

I have a problem with it though. It seems that currently Libnet does not have the ability to calculate the checksum properly on the IPv6 packet. Being so new to programming, I'm still not able to fix this problem (although I'm learning, so one day I can do it).

I am curious, is anyone run in a library library which can do it properly?

Thank you!

what checksum? In IPv6, unlike IPv4, the layer-3 header has no checksum ...


Comments