webmastermattd
05-03-2003, 12:21 PM
Have made an implementation of traceroute for IPv4, though am having trouble changing it to IPv6 compatible.
The major problem that I am having is that when I recieve a message using IPv6 and raw sockets, the IPv6 header is not included. I have checked around and this apears to be standard?? Any ideas as to why this is?
Anyway, onto my question. What would be the best way of combating this 'feature' so that I can determine what IPv6 address is sending the icmp6 time exceeded message?
One way I have thought of is to listen for the replies that come in and work out the address from that. Is that the only way that it can be done?
Thanks in advance.
Later,
The major problem that I am having is that when I recieve a message using IPv6 and raw sockets, the IPv6 header is not included. I have checked around and this apears to be standard?? Any ideas as to why this is?
Anyway, onto my question. What would be the best way of combating this 'feature' so that I can determine what IPv6 address is sending the icmp6 time exceeded message?
One way I have thought of is to listen for the replies that come in and work out the address from that. Is that the only way that it can be done?
Thanks in advance.
Later,