libnet that properly calculates checksum on IPV6 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T23:28:45Z http://stackoverflow.com/feeds/question/489774 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/489774/libnet-that-properly-calculates-checksum-on-ipv6 0 libnet that properly calculates checksum on IPV6 VeaEm 2009-01-28T22:49:02Z 2009-01-30T14:57:18Z <p>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. </p> <p>I have one problem with it though. It seems that libnet currently does not have the ability to properly calculate checksums on IPV6 packets. Being so new to programming, I am not yet capable of fixing this problem (although I am learning, so that one day I can). </p> <p>I am curious, has anyone run across a version of the library that can do this properly?</p> <p>Thanks!</p> http://stackoverflow.com/questions/489774/libnet-that-properly-calculates-checksum-on-ipv6/493169#493169 0 Answer by bortzmeyer for libnet that properly calculates checksum on IPV6 bortzmeyer 2009-01-29T20:06:50Z 2009-01-29T20:06:50Z <p>What checksum? In IPv6, unlike IPv4, there is no checksum in layer-3 headers...</p> http://stackoverflow.com/questions/489774/libnet-that-properly-calculates-checksum-on-ipv6/495781#495781 0 Answer by VeaEm for libnet that properly calculates checksum on IPV6 VeaEm 2009-01-30T14:57:18Z 2009-01-30T14:57:18Z <p>My apologies. I should have worded this better. Specifically I am talking about the TCP and UDP checksums.</p>