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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: 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?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Killeroo
https://notes.shichao.io/tcpv1/ch8/