PowerPing icon indicating copy to clipboard operation
PowerPing copied to clipboard

Add IPv6 support

Open Killeroo opened this issue 8 years ago • 2 comments

Can maybe be done by changing port type depending on IP Version ping property (that would need to be added)

Killeroo avatar Dec 07 '16 00:12 Killeroo

Would require different socket running ICMPv6, which is already done depending on querried addressed. Forcev6 and Forcev4 both return correct addresses.

http://www.tcpipguide.com/free/t_ICMPCommonMessageFormatandDataEncapsulation.htm Guide to ICMPv4 and v6 message structure. Both versions have a common message structure which are basically identical, only noticeable difference is type differenced. might require some modfication of orginal ICMP.cs (seems to be reading wrong parts of packet to get type and code info)

May also require new Ping_V6 class?

Killeroo avatar Dec 29 '16 01:12 Killeroo

https://notes.shichao.io/tcpv1/ch8/

Killeroo avatar Jun 04 '17 11:06 Killeroo