jinna
Newbie level 2
hello every body,
I am a new prog.in C.My final yr project based on incrementing ipv6 address by 1.The address format is - fe80:0000:0000:0000:0204:61ff:fe9d:ffff
So the result will be - fe80:0000:0000:0000:0204:61ff:fe9e:0000
User enter the valid ipv6 address and final result will be +1 incremented.Its a incrementation of hex.value.
It also support the following address - fe80::0204:61ff:fe9d:ffff.But the result is same.
Can any body help me for solving the code using C language.
I am a new prog.in C.My final yr project based on incrementing ipv6 address by 1.The address format is - fe80:0000:0000:0000:0204:61ff:fe9d:ffff
So the result will be - fe80:0000:0000:0000:0204:61ff:fe9e:0000
User enter the valid ipv6 address and final result will be +1 incremented.Its a incrementation of hex.value.
It also support the following address - fe80::0204:61ff:fe9d:ffff.But the result is same.
Can any body help me for solving the code using C language.