|
I need a ICMP checksum calculation code for IPv6 in C++? For ICMPv6 checksum calculation, it requires pseudo header to be included. With existing ICMP checksum code available, it is not supporting on Win 2k3 and Win XP. The checksum is the 16-bit one's complement of the one's complement sum of the entire ICMPv6 message, starting with the ICMPv6 message type field, and prepended with a "pseudo-header" of IPv6 header fields. If you can get me this source it will be great.
Thanks,
Vignesh
|