*** traceroute.c.orig Tue Oct 22 08:09:05 2002 --- traceroute.c Tue Oct 22 08:10:48 2002 *************** *** 294,305 **** u_int32_t gwlist[NGATEWAYS + 1]; int s; /* receive (icmp) socket file descriptor */ int sndsock; /* send (udp/icmp) socket file descriptor */ ! struct sockaddr whereto; /* Who to try to reach */ ! struct sockaddr wherefrom; /* Who we are */ int packlen; /* total length of packet */ int minpacket; /* min ip packet size */ int maxpacket = 32 * 1024; /* max ip packet size */ int pmtu; /* Path MTU Discovery (RFC1191) */ u_int pausemsecs; --- 294,305 ---- u_int32_t gwlist[NGATEWAYS + 1]; int s; /* receive (icmp) socket file descriptor */ int sndsock; /* send (udp/icmp) socket file descriptor */ ! struct sockaddr_storage whereto; /* Who to try to reach */ ! struct sockaddr_storage wherefrom; /* Who we are */ int packlen; /* total length of packet */ int minpacket; /* min ip packet size */ int maxpacket = 32 * 1024; /* max ip packet size */ int pmtu; /* Path MTU Discovery (RFC1191) */ u_int pausemsecs;