|
-
March 2nd, 2017, 01:42 PM
#5
Re: ICMPv6 Checksum
 Originally Posted by 2kaud
From the data in post #1,
Code:
#include <iostream>
using namespace std;
int main()
{
const unsigned short int bytes[] = {
0xfe80, 0x0000, 0x0000, 0x0000, 0xbeae, 0xc5ff, 0xfedf, 0x31d1,
0xff02, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0001,
0x0018,
0x003a,
0x8000};
....
Thank you so much for this check. The problem was in the data type but this has really helped me!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|