libnet that properly calculates checksum on IPV6 - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T23:28:45Zhttp://stackoverflow.com/feeds/question/489774http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/489774/libnet-that-properly-calculates-checksum-on-ipv60libnet that properly calculates checksum on IPV6VeaEm2009-01-28T22:49:02Z2009-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#4931690Answer by bortzmeyer for libnet that properly calculates checksum on IPV6bortzmeyer2009-01-29T20:06:50Z2009-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#4957810Answer by VeaEm for libnet that properly calculates checksum on IPV6VeaEm2009-01-30T14:57:18Z2009-01-30T14:57:18Z<p>My apologies. I should have worded this better. Specifically I am talking about the TCP and UDP checksums.</p>