blob: 18a8c25d43db7365d12611f1a45973ef62ed0d97 [file] [log] [blame]
Bernhard Reutner-Fischerdac7ff12006-04-12 17:55:51 +00001/* vi: set sw=4 ts=4: */
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00002/*
3 * Copyright (c) 1988, 1989, 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000
Eric Andersen5c58d282001-07-10 16:29:00 +00004 * The Regents of the University of California. All rights reserved.
5 *
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00006 * Busybox port by Vladimir Oleynik (C) 2005 <dzo@simtreas.ru>
Eric Andersen5c58d282001-07-10 16:29:00 +00007 *
8 * Redistribution and use in source and binary forms, with or without
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00009 * modification, are permitted provided that: (1) source code distributions
10 * retain the above copyright notice and this paragraph in its entirety, (2)
11 * distributions including binary code include the above copyright notice and
12 * this paragraph in its entirety in the documentation or other materials
13 * provided with the distribution, and (3) all advertising materials mentioning
14 * features or use of this software display the following acknowledgement:
15 * ``This product includes software developed by the University of California,
16 * Lawrence Berkeley Laboratory and its contributors.'' Neither the name of
17 * the University nor the names of its contributors may be used to endorse
18 * or promote products derived from this software without specific prior
19 * written permission.
20 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
21 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
22 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Eric Andersen5c58d282001-07-10 16:29:00 +000023 */
24
25/*
Leonid Lisovskiy4c065312009-11-23 06:20:09 +010026 * traceroute6
27 *
28 * Modified for NRL 4.4BSD IPv6 release.
29 * 07/31/96 bgp
30 *
31 * Modified for Linux IPv6 by Pedro Roque <roque@di.fc.ul.pt>
32 * 31/07/1996
33 *
34 * As ICMP error messages for IPv6 now include more than 8 bytes
35 * UDP datagrams are now sent via an UDP socket instead of magic
36 * RAW socket tricks.
37 *
38 * Converted to busybox applet by Leonid Lisovskiy <lly@sf.net>
39 * 2009-11-16
40 */
41
42/*
Eric Andersen5c58d282001-07-10 16:29:00 +000043 * traceroute host - trace the route ip packets follow going to "host".
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +000044 *
45 * Attempt to trace the route an ip packet would follow to some
46 * internet host. We find out intermediate hops by launching probe
47 * packets with a small ttl (time to live) then listening for an
48 * icmp "time exceeded" reply from a gateway. We start our probes
49 * with a ttl of one and increase by one until we get an icmp "port
50 * unreachable" (which means we got to "host") or hit a max (which
51 * defaults to 30 hops & can be changed with the -m flag). Three
52 * probes (change with -q flag) are sent at each ttl setting and a
53 * line is printed showing the ttl, address of the gateway and
54 * round trip time of each probe. If the probe answers come from
55 * different gateways, the address of each responding system will
56 * be printed. If there is no response within a 5 sec. timeout
57 * interval (changed with the -w flag), a "*" is printed for that
58 * probe.
59 *
60 * Probe packets are UDP format. We don't want the destination
61 * host to process them so the destination port is set to an
62 * unlikely value (if some clod on the destination is using that
63 * value, it can be changed with the -p flag).
64 *
65 * A sample use might be:
66 *
67 * [yak 71]% traceroute nis.nsf.net.
68 * traceroute to nis.nsf.net (35.1.1.48), 30 hops max, 56 byte packet
69 * 1 helios.ee.lbl.gov (128.3.112.1) 19 ms 19 ms 0 ms
70 * 2 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 39 ms 19 ms
71 * 3 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 39 ms 19 ms
72 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 39 ms
73 * 5 ccn-nerif22.Berkeley.EDU (128.32.168.22) 39 ms 39 ms 39 ms
74 * 6 128.32.197.4 (128.32.197.4) 40 ms 59 ms 59 ms
75 * 7 131.119.2.5 (131.119.2.5) 59 ms 59 ms 59 ms
76 * 8 129.140.70.13 (129.140.70.13) 99 ms 99 ms 80 ms
77 * 9 129.140.71.6 (129.140.71.6) 139 ms 239 ms 319 ms
78 * 10 129.140.81.7 (129.140.81.7) 220 ms 199 ms 199 ms
79 * 11 nic.merit.edu (35.1.1.48) 239 ms 239 ms 239 ms
80 *
81 * Note that lines 2 & 3 are the same. This is due to a buggy
82 * kernel on the 2nd hop system -- lbl-csam.arpa -- that forwards
83 * packets with a zero ttl.
84 *
85 * A more interesting example is:
86 *
87 * [yak 72]% traceroute allspice.lcs.mit.edu.
88 * traceroute to allspice.lcs.mit.edu (18.26.0.115), 30 hops max
89 * 1 helios.ee.lbl.gov (128.3.112.1) 0 ms 0 ms 0 ms
90 * 2 lilac-dmc.Berkeley.EDU (128.32.216.1) 19 ms 19 ms 19 ms
91 * 3 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 19 ms 19 ms
92 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 19 ms 39 ms 39 ms
93 * 5 ccn-nerif22.Berkeley.EDU (128.32.168.22) 20 ms 39 ms 39 ms
94 * 6 128.32.197.4 (128.32.197.4) 59 ms 119 ms 39 ms
95 * 7 131.119.2.5 (131.119.2.5) 59 ms 59 ms 39 ms
96 * 8 129.140.70.13 (129.140.70.13) 80 ms 79 ms 99 ms
97 * 9 129.140.71.6 (129.140.71.6) 139 ms 139 ms 159 ms
98 * 10 129.140.81.7 (129.140.81.7) 199 ms 180 ms 300 ms
99 * 11 129.140.72.17 (129.140.72.17) 300 ms 239 ms 239 ms
100 * 12 * * *
101 * 13 128.121.54.72 (128.121.54.72) 259 ms 499 ms 279 ms
102 * 14 * * *
103 * 15 * * *
104 * 16 * * *
105 * 17 * * *
106 * 18 ALLSPICE.LCS.MIT.EDU (18.26.0.115) 339 ms 279 ms 279 ms
107 *
108 * (I start to see why I'm having so much trouble with mail to
109 * MIT.) Note that the gateways 12, 14, 15, 16 & 17 hops away
110 * either don't send ICMP "time exceeded" messages or send them
111 * with a ttl too small to reach us. 14 - 17 are running the
112 * MIT C Gateway code that doesn't send "time exceeded"s. God
113 * only knows what's going on with 12.
114 *
115 * The silent gateway 12 in the above may be the result of a bug in
116 * the 4.[23]BSD network code (and its derivatives): 4.x (x <= 3)
117 * sends an unreachable message using whatever ttl remains in the
118 * original datagram. Since, for gateways, the remaining ttl is
119 * zero, the icmp "time exceeded" is guaranteed to not make it back
120 * to us. The behavior of this bug is slightly more interesting
121 * when it appears on the destination system:
122 *
123 * 1 helios.ee.lbl.gov (128.3.112.1) 0 ms 0 ms 0 ms
124 * 2 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 19 ms 39 ms
125 * 3 lilac-dmc.Berkeley.EDU (128.32.216.1) 19 ms 39 ms 19 ms
126 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 19 ms
127 * 5 ccn-nerif35.Berkeley.EDU (128.32.168.35) 39 ms 39 ms 39 ms
128 * 6 csgw.Berkeley.EDU (128.32.133.254) 39 ms 59 ms 39 ms
129 * 7 * * *
130 * 8 * * *
131 * 9 * * *
132 * 10 * * *
133 * 11 * * *
134 * 12 * * *
135 * 13 rip.Berkeley.EDU (128.32.131.22) 59 ms ! 39 ms ! 39 ms !
136 *
137 * Notice that there are 12 "gateways" (13 is the final
138 * destination) and exactly the last half of them are "missing".
139 * What's really happening is that rip (a Sun-3 running Sun OS3.5)
140 * is using the ttl from our arriving datagram as the ttl in its
141 * icmp reply. So, the reply will time out on the return path
142 * (with no notice sent to anyone since icmp's aren't sent for
143 * icmp's) until we probe with a ttl that's at least twice the path
144 * length. I.e., rip is really only 7 hops away. A reply that
145 * returns with a ttl of 1 is a clue this problem exists.
146 * Traceroute prints a "!" after the time if the ttl is <= 1.
147 * Since vendors ship a lot of obsolete (DEC's Ultrix, Sun 3.x) or
148 * non-standard (HPUX) software, expect to see this problem
149 * frequently and/or take care picking the target host of your
150 * probes.
151 *
152 * Other possible annotations after the time are !H, !N, !P (got a host,
153 * network or protocol unreachable, respectively), !S or !F (source
154 * route failed or fragmentation needed -- neither of these should
155 * ever occur and the associated gateway is busted if you see one). If
156 * almost all the probes result in some kind of unreachable, traceroute
157 * will give up and exit.
158 *
Eric Andersen5c58d282001-07-10 16:29:00 +0000159 * Notes
160 * -----
161 * This program must be run by root or be setuid. (I suggest that
162 * you *don't* make it setuid -- casual use could result in a lot
163 * of unnecessary traffic on our poor, congested nets.)
164 *
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000165 * This program requires a kernel mod that does not appear in any
166 * system available from Berkeley: A raw ip socket using proto
167 * IPPROTO_RAW must interpret the data sent as an ip datagram (as
168 * opposed to data to be wrapped in a ip datagram). See the README
169 * file that came with the source to this program for a description
170 * of the mods I made to /sys/netinet/raw_ip.c. Your mileage may
171 * vary. But, again, ANY 4.x (x < 4) BSD KERNEL WILL HAVE TO BE
172 * MODIFIED TO RUN THIS PROGRAM.
173 *
174 * The udp port usage may appear bizarre (well, ok, it is bizarre).
175 * The problem is that an icmp message only contains 8 bytes of
176 * data from the original datagram. 8 bytes is the size of a udp
177 * header so, if we want to associate replies with the original
178 * datagram, the necessary information must be encoded into the
179 * udp header (the ip id could be used but there's no way to
180 * interlock with the kernel's assignment of ip id's and, anyway,
181 * it would have taken a lot more kernel hacking to allow this
182 * code to set the ip id). So, to allow two or more users to
183 * use traceroute simultaneously, we use this task's pid as the
184 * source port (the high bit is set to move the port number out
185 * of the "likely" range). To keep track of which probe is being
186 * replied to (so times and/or hop counts don't get confused by a
187 * reply that was delayed in transit), we increment the destination
188 * port number before each probe.
189 *
190 * Don't use this as a coding example. I was trying to find a
191 * routing problem and this code sort-of popped out after 48 hours
192 * without sleep. I was amazed it ever compiled, much less ran.
193 *
Eric Andersen5c58d282001-07-10 16:29:00 +0000194 * I stole the idea for this program from Steve Deering. Since
195 * the first release, I've learned that had I attended the right
196 * IETF working group meetings, I also could have stolen it from Guy
197 * Almes or Matt Mathis. I don't know (or care) who came up with
198 * the idea first. I envy the originators' perspicacity and I'm
199 * glad they didn't keep the idea a secret.
200 *
201 * Tim Seaver, Ken Adelman and C. Philip Wood provided bug fixes and/or
202 * enhancements to the original distribution.
203 *
204 * I've hacked up a round-trip-route version of this that works by
205 * sending a loose-source-routed udp datagram through the destination
206 * back to yourself. Unfortunately, SO many gateways botch source
207 * routing, the thing is almost worthless. Maybe one day...
208 *
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000209 * -- Van Jacobson (van@ee.lbl.gov)
Eric Andersen5c58d282001-07-10 16:29:00 +0000210 * Tue Dec 20 03:50:13 PST 1988
211 */
212
Denis Vlasenko04291bc2006-11-21 10:15:25 +0000213#define TRACEROUTE_SO_DEBUG 0
214
215/* TODO: undefs were uncommented - ??! we have config system for that! */
216/* probably ok to remove altogether */
217//#undef CONFIG_FEATURE_TRACEROUTE_VERBOSE
Eric Andersenbdfd0d72001-10-24 05:00:29 +0000218//#define CONFIG_FEATURE_TRACEROUTE_VERBOSE
Denis Vlasenko04291bc2006-11-21 10:15:25 +0000219//#undef CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000220//#define CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE
Denis Vlasenko04291bc2006-11-21 10:15:25 +0000221//#undef CONFIG_FEATURE_TRACEROUTE_USE_ICMP
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000222//#define CONFIG_FEATURE_TRACEROUTE_USE_ICMP
Eric Andersen7467c8d2001-07-12 20:26:32 +0000223
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000224
225#include <net/if.h>
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000226#include <arpa/inet.h>
Denis Vlasenko6edadde2006-10-03 18:19:02 +0000227#include <netinet/in.h>
Eric Andersen5c58d282001-07-10 16:29:00 +0000228#include <netinet/udp.h>
229#include <netinet/ip.h>
230#include <netinet/ip_icmp.h>
Denys Vlasenko0d565682009-11-23 06:15:38 +0100231#if ENABLE_FEATURE_IPV6
232# include <netinet/ip6.h>
233# include <netinet/icmp6.h>
234# ifndef SOL_IPV6
235# define SOL_IPV6 IPPROTO_IPV6
236# endif
237#endif
Eric Andersen5c58d282001-07-10 16:29:00 +0000238
Denis Vlasenkob6adbf12007-05-26 19:00:18 +0000239#include "libbb.h"
Denis Vlasenko703e2022007-01-22 14:12:08 +0000240#include "inet_common.h"
Eric Andersenc7bda1c2004-03-15 08:29:22 +0000241
Denis Vlasenko6edadde2006-10-03 18:19:02 +0000242#ifndef IPPROTO_ICMP
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000243# define IPPROTO_ICMP 1
Denis Vlasenko6edadde2006-10-03 18:19:02 +0000244#endif
245#ifndef IPPROTO_IP
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000246# define IPPROTO_IP 0
Denis Vlasenko6edadde2006-10-03 18:19:02 +0000247#endif
Eric Andersen5c58d282001-07-10 16:29:00 +0000248
Denys Vlasenko0d565682009-11-23 06:15:38 +0100249
250#define OPT_STRING "FIlnrdvxt:i:m:p:q:s:w:z:f:" \
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100251 IF_FEATURE_TRACEROUTE_SOURCE_ROUTE("g:") \
252 "4" IF_TRACEROUTE6("6")
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000253enum {
254 OPT_DONT_FRAGMNT = (1 << 0), /* F */
255 OPT_USE_ICMP = (1 << 1) * ENABLE_FEATURE_TRACEROUTE_USE_ICMP, /* I */
256 OPT_TTL_FLAG = (1 << 2), /* l */
257 OPT_ADDR_NUM = (1 << 3), /* n */
258 OPT_BYPASS_ROUTE = (1 << 4), /* r */
259 OPT_DEBUG = (1 << 5), /* d */
260 OPT_VERBOSE = (1 << 6) * ENABLE_FEATURE_TRACEROUTE_VERBOSE, /* v */
261 OPT_IP_CHKSUM = (1 << 7), /* x */
262 OPT_TOS = (1 << 8), /* t */
263 OPT_DEVICE = (1 << 9), /* i */
264 OPT_MAX_TTL = (1 << 10), /* m */
265 OPT_PORT = (1 << 11), /* p */
266 OPT_NPROBES = (1 << 12), /* q */
267 OPT_SOURCE = (1 << 13), /* s */
268 OPT_WAITTIME = (1 << 14), /* w */
269 OPT_PAUSE_MS = (1 << 15), /* z */
270 OPT_FIRST_TTL = (1 << 16), /* f */
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100271 OPT_SOURCE_ROUTE = (1 << 17) * ENABLE_FEATURE_TRACEROUTE_SOURCE_ROUTE, /* g */
272 OPT_IPV4 = (1 << (17+ENABLE_FEATURE_TRACEROUTE_SOURCE_ROUTE)), /* 4 */
273 OPT_IPV6 = (1 << (18+ENABLE_FEATURE_TRACEROUTE_SOURCE_ROUTE)) * ENABLE_TRACEROUTE6, /* 6 */
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000274};
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000275#define verbose (option_mask32 & OPT_VERBOSE)
Eric Andersen5c58d282001-07-10 16:29:00 +0000276
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000277enum {
278 SIZEOF_ICMP_HDR = 8,
279 rcvsock = 3, /* receive (icmp) socket file descriptor */
280 sndsock = 4, /* send (udp/icmp) socket file descriptor */
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000281};
282
283/* Data section of the probe packet */
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000284struct outdata_t {
Mike Frysinger294254c2006-02-19 22:59:12 +0000285 unsigned char seq; /* sequence number of this packet */
286 unsigned char ttl; /* ttl packet left with */
Denis Vlasenko459be352007-06-17 19:09:05 +0000287// UNUSED. Retaining to have the same packet size.
Denis Vlasenkoa60f84e2008-07-05 09:18:54 +0000288 struct timeval tv_UNUSED PACKED; /* time packet left */
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000289};
290
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100291#if ENABLE_TRACEROUTE6
292struct outdata6_t {
293 uint32_t ident6;
294 uint32_t seq6;
295 struct timeval tv_UNUSED PACKED; /* time packet left */
296};
297#endif
298
Denis Vlasenko2e723232007-03-29 21:55:22 +0000299struct globals {
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000300 struct ip *outip;
301 struct outdata_t *outdata;
302 len_and_sockaddr *dest_lsa;
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000303 int packlen; /* total length of packet */
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000304 int pmtu; /* Path MTU Discovery (RFC1191) */
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100305 uint32_t ident;
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000306 uint16_t port; // 32768 + 666; /* start udp dest port # for probe packets */
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000307 int waittime; // 5; /* time to wait for response (in seconds) */
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000308#if ENABLE_FEATURE_TRACEROUTE_SOURCE_ROUTE
309 int optlen; /* length of ip options */
310#else
311#define optlen 0
312#endif
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000313 unsigned char recv_pkt[512]; /* last inbound (icmp) packet */
Denis Vlasenko2e723232007-03-29 21:55:22 +0000314#if ENABLE_FEATURE_TRACEROUTE_SOURCE_ROUTE
315 /* Maximum number of gateways (include room for one noop) */
316#define NGATEWAYS ((int)((MAX_IPOPTLEN - IPOPT_MINOFF - 1) / sizeof(uint32_t)))
317 /* loose source route gateway list (including room for final destination) */
318 uint32_t gwlist[NGATEWAYS + 1];
319#endif
320};
321
322#define G (*ptr_to_globals)
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000323#define outip (G.outip )
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000324#define outdata (G.outdata )
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000325#define dest_lsa (G.dest_lsa )
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000326#define packlen (G.packlen )
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000327#define pmtu (G.pmtu )
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000328#define ident (G.ident )
329#define port (G.port )
330#define waittime (G.waittime )
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000331#if ENABLE_FEATURE_TRACEROUTE_SOURCE_ROUTE
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000332# define optlen (G.optlen )
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000333#endif
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000334#define recv_pkt (G.recv_pkt )
Denis Vlasenko2e723232007-03-29 21:55:22 +0000335#define gwlist (G.gwlist )
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000336#define INIT_G() do { \
Denis Vlasenko574f2f42008-02-27 18:41:59 +0000337 SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000338 port = 32768 + 666; \
339 waittime = 5; \
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000340} while (0)
Denis Vlasenko2e723232007-03-29 21:55:22 +0000341
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000342#define outicmp ((struct icmp *)(outip + 1))
343#define outudp ((struct udphdr *)(outip + 1))
Eric Andersen5c58d282001-07-10 16:29:00 +0000344
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000345
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100346/* libbb candidate? tftp uses this idiom too */
347static len_and_sockaddr* dup_sockaddr(const len_and_sockaddr *lsa)
348{
349 len_and_sockaddr *new_lsa = xzalloc(LSA_LEN_SIZE + lsa->len);
350 memcpy(new_lsa, lsa, LSA_LEN_SIZE + lsa->len);
351 return new_lsa;
352}
353
354
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000355static int
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100356wait_for_reply(len_and_sockaddr *from_lsa, struct sockaddr *to)
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000357{
Denis Vlasenko87f3b262007-09-07 13:43:28 +0000358 struct pollfd pfd[1];
Denys Vlasenko0d565682009-11-23 06:15:38 +0100359 int read_len = 0;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000360
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000361 pfd[0].fd = rcvsock;
Denis Vlasenko87f3b262007-09-07 13:43:28 +0000362 pfd[0].events = POLLIN;
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100363 if (safe_poll(pfd, 1, waittime * 1000) > 0) {
364 read_len = recv_from_to(rcvsock,
365 recv_pkt, sizeof(recv_pkt),
366 /*flags:*/ 0,
367 &from_lsa->u.sa, to, from_lsa->len);
368 }
369
Denys Vlasenko0d565682009-11-23 06:15:38 +0100370 return read_len;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000371}
372
373/*
374 * Checksum routine for Internet Protocol family headers (C Version)
375 */
Denis Vlasenko28703012006-12-19 20:32:02 +0000376static uint16_t
377in_cksum(uint16_t *addr, int len)
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000378{
379 int nleft = len;
Denis Vlasenko28703012006-12-19 20:32:02 +0000380 uint16_t *w = addr;
381 uint16_t answer;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000382 int sum = 0;
383
384 /*
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000385 * Our algorithm is simple, using a 32 bit accumulator (sum),
386 * we add sequential 16 bit words to it, and at the end, fold
387 * back all the carry bits from the top 16 bits into the lower
388 * 16 bits.
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000389 */
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000390 while (nleft > 1) {
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000391 sum += *w++;
392 nleft -= 2;
393 }
394
395 /* mop up an odd byte, if necessary */
396 if (nleft == 1)
Mike Frysinger294254c2006-02-19 22:59:12 +0000397 sum += *(unsigned char *)w;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000398
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000399 /* add back carry outs from top 16 bits to low 16 bits */
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000400 sum = (sum >> 16) + (sum & 0xffff); /* add hi 16 to low 16 */
401 sum += (sum >> 16); /* add carry */
402 answer = ~sum; /* truncate to 16 bits */
403 return answer;
404}
405
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000406static void
Denis Vlasenko459be352007-06-17 19:09:05 +0000407send_probe(int seq, int ttl)
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000408{
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000409 int len, res;
410 void *out;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000411
412 /* Payload */
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100413#if ENABLE_TRACEROUTE6
414 if (dest_lsa->u.sa.sa_family == AF_INET6) {
415 struct outdata6_t *pkt = (struct outdata6_t *) outip;
416 pkt->ident6 = htonl(ident);
417 pkt->seq6 = htonl(seq);
418 /*gettimeofday(&pkt->tv, &tz);*/
419 } else
420#endif
421 {
422 outdata->seq = seq;
423 outdata->ttl = ttl;
Denis Vlasenko459be352007-06-17 19:09:05 +0000424// UNUSED: was storing gettimeofday's result there, but never ever checked it
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100425 /*memcpy(&outdata->tv, tp, sizeof(outdata->tv));*/
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000426
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100427 if (option_mask32 & OPT_USE_ICMP) {
428 outicmp->icmp_seq = htons(seq);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000429
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100430 /* Always calculate checksum for icmp packets */
431 outicmp->icmp_cksum = 0;
432 outicmp->icmp_cksum = in_cksum((uint16_t *)outicmp,
433 packlen - (sizeof(*outip) + optlen));
434 if (outicmp->icmp_cksum == 0)
435 outicmp->icmp_cksum = 0xffff;
436 }
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000437 }
438
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000439//BUG! verbose is (x & OPT_VERBOSE), not a counter!
440#if 0 //ENABLE_FEATURE_TRACEROUTE_VERBOSE
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000441 /* XXX undocumented debugging hack */
442 if (verbose > 1) {
Denis Vlasenko28703012006-12-19 20:32:02 +0000443 const uint16_t *sp;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000444 int nshorts, i;
445
Denis Vlasenko28703012006-12-19 20:32:02 +0000446 sp = (uint16_t *)outip;
Denis Vlasenko35d4da02007-01-22 14:04:27 +0000447 nshorts = (unsigned)packlen / sizeof(uint16_t);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000448 i = 0;
449 printf("[ %d bytes", packlen);
450 while (--nshorts >= 0) {
451 if ((i++ % 8) == 0)
452 printf("\n\t");
453 printf(" %04x", ntohs(*sp));
454 sp++;
455 }
456 if (packlen & 1) {
457 if ((i % 8) == 0)
458 printf("\n\t");
Mike Frysinger294254c2006-02-19 22:59:12 +0000459 printf(" %02x", *(unsigned char *)sp);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000460 }
461 printf("]\n");
462 }
463#endif
464
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100465#if ENABLE_TRACEROUTE6
466 if (dest_lsa->u.sa.sa_family == AF_INET6) {
467 res = setsockopt(sndsock, SOL_IPV6, IPV6_UNICAST_HOPS, &ttl, sizeof(ttl));
468 if (res < 0)
469 bb_perror_msg_and_die("setsockopt UNICAST_HOPS %d", ttl);
470 out = outip;
471 len = packlen;
472 } else
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000473#endif
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100474 {
475#if defined(IP_TTL)
476 if (setsockopt(sndsock, IPPROTO_IP, IP_TTL,
477 (char *)&ttl, sizeof(ttl)) < 0) {
478 bb_perror_msg_and_die("setsockopt ttl %d", ttl);
479 }
480#endif
481 len = packlen - sizeof(*outip);
482 if (option_mask32 & OPT_USE_ICMP)
483 out = outicmp;
484 else {
485 out = outdata;
486 len -= sizeof(*outudp);
487 set_nport(dest_lsa, htons(port + seq));
488 }
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000489 }
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100490
Denys Vlasenko0d565682009-11-23 06:15:38 +0100491 res = xsendto(sndsock, out, len, &dest_lsa->u.sa, dest_lsa->len);
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000492 if (res != len) {
493 bb_info_msg("sent %d octets, ret=%d", len, res);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000494 }
Eric Andersen7467c8d2001-07-12 20:26:32 +0000495}
496
Denis Vlasenko04291bc2006-11-21 10:15:25 +0000497#if ENABLE_FEATURE_TRACEROUTE_VERBOSE
Eric Andersen7467c8d2001-07-12 20:26:32 +0000498/*
499 * Convert an ICMP "type" field to a printable string.
500 */
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100501static const char *
Mike Frysinger294254c2006-02-19 22:59:12 +0000502pr_type(unsigned char t)
Eric Andersen7467c8d2001-07-12 20:26:32 +0000503{
Denis Vlasenko6ca409e2007-08-12 20:58:27 +0000504 static const char *const ttab[] = {
Eric Andersen7467c8d2001-07-12 20:26:32 +0000505 "Echo Reply", "ICMP 1", "ICMP 2", "Dest Unreachable",
506 "Source Quench", "Redirect", "ICMP 6", "ICMP 7",
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000507 "Echo", "Router Advert", "Router Solicit", "Time Exceeded",
Eric Andersen7467c8d2001-07-12 20:26:32 +0000508 "Param Problem", "Timestamp", "Timestamp Reply", "Info Request",
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000509 "Info Reply", "Mask Request", "Mask Reply"
Eric Andersen7467c8d2001-07-12 20:26:32 +0000510 };
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100511# if ENABLE_TRACEROUTE6
512 static const char *const ttab6[] = {
513[0] "Error", "Dest Unreachable", "Packet Too Big", "Time Exceeded",
514[4] "Param Problem",
515[8] "Echo Request", "Echo Reply", "Membership Query", "Membership Report",
516[12] "Membership Reduction", "Router Solicit", "Router Advert", "Neighbor Solicit",
517[16] "Neighbor Advert", "Redirect",
518 };
Eric Andersen7467c8d2001-07-12 20:26:32 +0000519
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100520 if (dest_lsa->u.sa.sa_family == AF_INET6) {
521 if (t < 5)
522 return ttab6[t];
523 if (t < 128 || t > ND_REDIRECT)
524 return "OUT-OF-RANGE";
525 return ttab6[(t & 63) + 8];
526 }
527# endif
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000528 if (t >= ARRAY_SIZE(ttab))
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000529 return "OUT-OF-RANGE";
Eric Andersen7467c8d2001-07-12 20:26:32 +0000530
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000531 return ttab[t];
Eric Andersen7467c8d2001-07-12 20:26:32 +0000532}
533#endif
534
Denis Vlasenko85c24712008-03-17 09:04:04 +0000535#if !ENABLE_FEATURE_TRACEROUTE_VERBOSE
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100536#define packet4_ok(read_len, from, seq) \
537 packet4_ok(read_len, seq)
Denis Vlasenko85c24712008-03-17 09:04:04 +0000538#endif
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000539static int
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100540packet4_ok(int read_len, const struct sockaddr_in *from, int seq)
Eric Andersen7467c8d2001-07-12 20:26:32 +0000541{
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000542 const struct icmp *icp;
Mike Frysinger294254c2006-02-19 22:59:12 +0000543 unsigned char type, code;
Eric Andersen7467c8d2001-07-12 20:26:32 +0000544 int hlen;
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000545 const struct ip *ip;
Eric Andersen7467c8d2001-07-12 20:26:32 +0000546
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000547 ip = (struct ip *) recv_pkt;
Eric Andersen7467c8d2001-07-12 20:26:32 +0000548 hlen = ip->ip_hl << 2;
Denys Vlasenko0d565682009-11-23 06:15:38 +0100549 if (read_len < hlen + ICMP_MINLEN) {
Denis Vlasenko04291bc2006-11-21 10:15:25 +0000550#if ENABLE_FEATURE_TRACEROUTE_VERBOSE
Eric Andersen7467c8d2001-07-12 20:26:32 +0000551 if (verbose)
Denys Vlasenko0d565682009-11-23 06:15:38 +0100552 printf("packet too short (%d bytes) from %s\n", read_len,
Eric Andersen7467c8d2001-07-12 20:26:32 +0000553 inet_ntoa(from->sin_addr));
554#endif
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000555 return 0;
Eric Andersen7467c8d2001-07-12 20:26:32 +0000556 }
Denys Vlasenko0d565682009-11-23 06:15:38 +0100557 read_len -= hlen;
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000558 icp = (struct icmp *)(recv_pkt + hlen);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000559 type = icp->icmp_type;
560 code = icp->icmp_code;
561 /* Path MTU Discovery (RFC1191) */
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000562 pmtu = 0;
563 if (code == ICMP_UNREACH_NEEDFRAG)
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000564 pmtu = ntohs(icp->icmp_nextmtu);
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000565
566 if ((type == ICMP_TIMXCEED && code == ICMP_TIMXCEED_INTRANS)
567 || type == ICMP_UNREACH
568 || type == ICMP_ECHOREPLY
569 ) {
570 const struct ip *hip;
571 const struct udphdr *up;
Eric Andersen7467c8d2001-07-12 20:26:32 +0000572
573 hip = &icp->icmp_ip;
574 hlen = hip->ip_hl << 2;
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000575 if (option_mask32 & OPT_USE_ICMP) {
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000576 struct icmp *hicmp;
577
578 /* XXX */
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000579 if (type == ICMP_ECHOREPLY
580 && icp->icmp_id == htons(ident)
581 && icp->icmp_seq == htons(seq)
582 ) {
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100583 return ICMP_UNREACH_PORT+1;
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000584 }
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000585
Mike Frysinger294254c2006-02-19 22:59:12 +0000586 hicmp = (struct icmp *)((unsigned char *)hip + hlen);
Denys Vlasenko0d565682009-11-23 06:15:38 +0100587 if (hlen + SIZEOF_ICMP_HDR <= read_len
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000588 && hip->ip_p == IPPROTO_ICMP
589 && hicmp->icmp_id == htons(ident)
590 && hicmp->icmp_seq == htons(seq)
591 ) {
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000592 return (type == ICMP_TIMXCEED ? -1 : code + 1);
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000593 }
594 } else {
595 up = (struct udphdr *)((char *)hip + hlen);
Denys Vlasenko0d565682009-11-23 06:15:38 +0100596 if (hlen + 12 <= read_len
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000597 && hip->ip_p == IPPROTO_UDP
598// Off: since we do not form the entire IP packet,
599// but defer it to kernel, we can't set source port,
600// and thus can't check it here in the reply
601 /* && up->source == htons(ident) */
602 && up->dest == htons(port + seq)
603 ) {
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000604 return (type == ICMP_TIMXCEED ? -1 : code + 1);
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000605 }
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000606 }
Eric Andersen7467c8d2001-07-12 20:26:32 +0000607 }
Denis Vlasenko04291bc2006-11-21 10:15:25 +0000608#if ENABLE_FEATURE_TRACEROUTE_VERBOSE
Eric Andersen7467c8d2001-07-12 20:26:32 +0000609 if (verbose) {
610 int i;
Denis Vlasenko35d4da02007-01-22 14:04:27 +0000611 uint32_t *lp = (uint32_t *)&icp->icmp_ip;
Eric Andersen7467c8d2001-07-12 20:26:32 +0000612
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000613 printf("\n%d bytes from %s to "
614 "%s: icmp type %d (%s) code %d\n",
Denys Vlasenko0d565682009-11-23 06:15:38 +0100615 read_len, inet_ntoa(from->sin_addr),
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000616 inet_ntoa(ip->ip_dst),
617 type, pr_type(type), icp->icmp_code);
Denys Vlasenko0d565682009-11-23 06:15:38 +0100618 for (i = 4; i < read_len; i += sizeof(*lp))
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000619 printf("%2d: x%8.8x\n", i, *lp++);
Eric Andersen7467c8d2001-07-12 20:26:32 +0000620 }
621#endif
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000622 return 0;
Eric Andersen7467c8d2001-07-12 20:26:32 +0000623}
624
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100625#if ENABLE_TRACEROUTE6
626# if !ENABLE_FEATURE_TRACEROUTE_VERBOSE
627#define packet_ok(read_len, from_lsa, to, seq) \
628 packet_ok(read_len, from_lsa, seq)
629# endif
630static int
631packet_ok(int read_len, len_and_sockaddr *from_lsa,
632 struct sockaddr *to,
633 int seq)
634{
635 const struct icmp6_hdr *icp;
636 unsigned char type, code;
637
638 if (from_lsa->u.sa.sa_family == AF_INET)
639 return packet4_ok(read_len, &from_lsa->u.sin, seq);
640
641 icp = (struct icmp6_hdr *) recv_pkt;
642
643 type = icp->icmp6_type;
644 code = icp->icmp6_code;
645
646 if ((type == ICMP6_TIME_EXCEEDED && code == ICMP6_TIME_EXCEED_TRANSIT)
647 || type == ICMP6_DST_UNREACH
648 ) {
649 struct ip6_hdr *hip;
650 struct udphdr *up;
651 int nexthdr;
652
653 hip = (struct ip6_hdr *)(icp + 1);
654 up = (struct udphdr *) (hip + 1);
655 nexthdr = hip->ip6_nxt;
656
657 if (nexthdr == IPPROTO_FRAGMENT) {
658 nexthdr = *(unsigned char*)up;
659 up++;
660 }
661 if (nexthdr == IPPROTO_UDP) {
662 struct outdata6_t *pkt;
663
664 pkt = (struct outdata6_t *) (up + 1);
665
666 if (ntohl(pkt->ident6) == ident
667 && ntohl(pkt->seq6) == seq
668 ) {
669 return (type == ICMP6_TIME_EXCEEDED ? -1 : (code<<8)+1);
670 }
671 }
672
673 }
674
675# if ENABLE_FEATURE_TRACEROUTE_VERBOSE
676 if (verbose) {
677 unsigned char *p;
678 char pa1[MAXHOSTNAMELEN];
679 char pa2[MAXHOSTNAMELEN];
680 int i;
681
682 p = (unsigned char *) (icp + 1);
683
684 printf("\n%d bytes from %s to "
685 "%s: icmp type %d (%s) code %d\n",
686 read_len,
687 inet_ntop(AF_INET6, &from_lsa->u.sin6.sin6_addr, pa1, sizeof(pa1)),
688 inet_ntop(AF_INET6, &((struct sockaddr_in6*)to)->sin6_addr, pa2, sizeof(pa2)),
689 type, pr_type(type), icp->icmp6_code);
690
691 read_len -= sizeof(struct icmp6_hdr);
692 for (i = 0; i < read_len ; i++) {
693 if (i % 16 == 0)
694 printf("%04x:", i);
695 if (i % 4 == 0)
696 bb_putchar(' ');
697 printf("%02x", p[i]);
698 if ((i % 16 == 15) && (i + 1 < read_len))
699 bb_putchar('\n');
700 }
701 bb_putchar('\n');
702 }
703# endif
704
705 return 0;
706}
707#else /* !ENABLE_TRACEROUTE6 */
708static ALWAYS_INLINE int
709packet_ok(int read_len, len_and_sockaddr *from_lsa,
710 struct sockaddr *to UNUSED_PARAM,
711 int seq)
712{
713 return packet4_ok(read_len, &from_lsa->u.sin, seq);
714}
715#endif
716
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000717/*
718 * Construct an Internet address representation.
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000719 * If the -n flag has been supplied, give
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000720 * numeric value, otherwise try for symbolic name.
721 */
Denis Vlasenkodadfb492008-07-29 10:16:05 +0000722static void
Denys Vlasenko0d565682009-11-23 06:15:38 +0100723print_inetname(const struct sockaddr *from)
Eric Andersen7467c8d2001-07-12 20:26:32 +0000724{
Denys Vlasenko0d565682009-11-23 06:15:38 +0100725 char *ina = xmalloc_sockaddr2dotted_noport(from);
Eric Andersen7467c8d2001-07-12 20:26:32 +0000726
Denys Vlasenko0d565682009-11-23 06:15:38 +0100727 if (option_mask32 & OPT_ADDR_NUM) {
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000728 printf(" %s", ina);
Denys Vlasenko0d565682009-11-23 06:15:38 +0100729 } else {
Denis Vlasenko6d9ea242007-06-19 11:12:46 +0000730 char *n = NULL;
Denys Vlasenko0d565682009-11-23 06:15:38 +0100731
732 if (from->sa_family != AF_INET
733 || ((struct sockaddr_in*)from)->sin_addr.s_addr != INADDR_ANY
734 ) {
735 /* Try to reverse resolve if it is not 0.0.0.0 */
Denis Vlasenkoa27a11b2007-08-18 14:16:39 +0000736 n = xmalloc_sockaddr2host_noport((struct sockaddr*)from);
Denys Vlasenko0d565682009-11-23 06:15:38 +0100737 }
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000738 printf(" %s (%s)", (n ? n : ina), ina);
Denis Vlasenko6d9ea242007-06-19 11:12:46 +0000739 free(n);
740 }
Denys Vlasenko0d565682009-11-23 06:15:38 +0100741 free(ina);
Eric Andersen7467c8d2001-07-12 20:26:32 +0000742}
743
Denis Vlasenkodadfb492008-07-29 10:16:05 +0000744static void
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100745print(int read_len, const struct sockaddr *from, const struct sockaddr *to)
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000746{
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100747 print_inetname(from);
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000748
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100749 if (verbose) {
750 char *ina = xmalloc_sockaddr2dotted_noport(to);
751#if ENABLE_TRACEROUTE6
752 if (to->sa_family == AF_INET6) {
753 read_len -= sizeof(struct ip6_hdr);
754 } else
755#endif
756 {
757 read_len -= ((struct ip*)recv_pkt)->ip_hl << 2;
758 }
759 printf(" %d bytes to %s", read_len, ina);
760 free(ina);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000761 }
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000762}
763
764static void
Denis Vlasenko459be352007-06-17 19:09:05 +0000765print_delta_ms(unsigned t1p, unsigned t2p)
Denis Vlasenko1adf6812007-06-14 07:47:52 +0000766{
Denis Vlasenko459be352007-06-17 19:09:05 +0000767 unsigned tt = t2p - t1p;
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000768 printf(" %u.%03u ms", tt / 1000, tt % 1000);
Denis Vlasenko1adf6812007-06-14 07:47:52 +0000769}
Eric Andersen7467c8d2001-07-12 20:26:32 +0000770
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000771/*
Denys Vlasenko0d565682009-11-23 06:15:38 +0100772 * Usage: [-dFIlnrvx] [-g gateway] [-i iface] [-f first_ttl]
773 * [-m max_ttl] [ -p port] [-q nqueries] [-s src_addr] [-t tos]
774 * [-w waittime] [-z pausemsecs] host [packetlen]"
775 */
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100776static int
777common_traceroute_main(int op, char **argv)
Eric Andersen5c58d282001-07-10 16:29:00 +0000778{
Denys Vlasenko0d565682009-11-23 06:15:38 +0100779 int i;
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000780 int minpacket;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000781 int tos = 0;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000782 int max_ttl = 30;
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000783 int nprobes = 3;
784 int first_ttl = 1;
785 unsigned pausemsecs = 0;
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000786 char *source;
787 char *device;
788 char *tos_str;
Denis Vlasenko2e723232007-03-29 21:55:22 +0000789 char *max_ttl_str;
790 char *port_str;
Denis Vlasenko2e723232007-03-29 21:55:22 +0000791 char *nprobes_str;
792 char *waittime_str;
Denis Vlasenko2e723232007-03-29 21:55:22 +0000793 char *pausemsecs_str;
Denis Vlasenko2e723232007-03-29 21:55:22 +0000794 char *first_ttl_str;
Denis Vlasenko04291bc2006-11-21 10:15:25 +0000795#if ENABLE_FEATURE_TRACEROUTE_SOURCE_ROUTE
Denis Vlasenkof7fcca42007-04-13 22:07:21 +0000796 llist_t *source_route_list = NULL;
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000797 int lsrr = 0;
Eric Andersen7467c8d2001-07-12 20:26:32 +0000798#endif
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100799#if ENABLE_TRACEROUTE6
800 sa_family_t af = AF_UNSPEC;
801#else
802 enum { af = AF_INET };
803#endif
Denys Vlasenko0d565682009-11-23 06:15:38 +0100804 int ttl;
805 int seq;
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100806 len_and_sockaddr *from_lsa;
807 struct sockaddr *lastaddr;
808 struct sockaddr *to;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000809
Denis Vlasenko87f3b262007-09-07 13:43:28 +0000810 INIT_G();
Denis Vlasenko2e723232007-03-29 21:55:22 +0000811
Denys Vlasenko0d565682009-11-23 06:15:38 +0100812 /* minimum 1 arg */
813 opt_complementary = "-1:x-x" IF_FEATURE_TRACEROUTE_SOURCE_ROUTE(":g::");
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100814 op |= getopt32(argv, OPT_STRING
Denis Vlasenko2e723232007-03-29 21:55:22 +0000815 , &tos_str, &device, &max_ttl_str, &port_str, &nprobes_str
816 , &source, &waittime_str, &pausemsecs_str, &first_ttl_str
Denis Vlasenko04291bc2006-11-21 10:15:25 +0000817#if ENABLE_FEATURE_TRACEROUTE_SOURCE_ROUTE
Denis Vlasenkof7fcca42007-04-13 22:07:21 +0000818 , &source_route_list
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000819#endif
820 );
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100821 argv += optind;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000822
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000823#if 0 /* IGNORED */
824 if (op & OPT_IP_CHKSUM)
Denis Vlasenko13858992006-10-08 12:49:22 +0000825 bb_error_msg("warning: ip checksums disabled");
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000826#endif
Denis Vlasenko2e723232007-03-29 21:55:22 +0000827 if (op & OPT_TOS)
828 tos = xatou_range(tos_str, 0, 255);
829 if (op & OPT_MAX_TTL)
830 max_ttl = xatou_range(max_ttl_str, 1, 255);
831 if (op & OPT_PORT)
Denis Vlasenko13858992006-10-08 12:49:22 +0000832 port = xatou16(port_str);
Denis Vlasenko2e723232007-03-29 21:55:22 +0000833 if (op & OPT_NPROBES)
834 nprobes = xatou_range(nprobes_str, 1, INT_MAX);
835 if (op & OPT_SOURCE) {
Denis Vlasenko92758142006-10-03 19:56:34 +0000836 /*
837 * set the ip source address of the outbound
838 * probe (e.g., on a multi-homed host).
839 */
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000840 if (getuid() != 0)
841 bb_error_msg_and_die("you must be root to use -s");
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000842 }
Denis Vlasenko2e723232007-03-29 21:55:22 +0000843 if (op & OPT_WAITTIME)
Denis Vlasenkobdea2c02009-01-24 21:23:41 +0000844 waittime = xatou_range(waittime_str, 1, 24 * 60 * 60);
Denis Vlasenko2e723232007-03-29 21:55:22 +0000845 if (op & OPT_PAUSE_MS)
846 pausemsecs = xatou_range(pausemsecs_str, 0, 60 * 60 * 1000);
847 if (op & OPT_FIRST_TTL)
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000848 first_ttl = xatou_range(first_ttl_str, 1, max_ttl);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000849
Denis Vlasenko04291bc2006-11-21 10:15:25 +0000850#if ENABLE_FEATURE_TRACEROUTE_SOURCE_ROUTE
Denis Vlasenkof7fcca42007-04-13 22:07:21 +0000851 if (source_route_list) {
Denis Vlasenkod50dda82008-06-15 05:40:56 +0000852 while (source_route_list) {
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000853 len_and_sockaddr *lsa;
854
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000855 if (lsrr >= NGATEWAYS)
Denis Vlasenko92758142006-10-03 19:56:34 +0000856 bb_error_msg_and_die("no more than %d gateways", NGATEWAYS);
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000857 lsa = xhost_and_af2sockaddr(llist_pop(&source_route_list), 0, AF_INET);
858 gwlist[lsrr] = lsa->u.sin.sin_addr.s_addr;
859 free(lsa);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000860 ++lsrr;
Eric Andersen5c58d282001-07-10 16:29:00 +0000861 }
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000862 optlen = (lsrr + 1) * sizeof(gwlist[0]);
863 }
864#endif
Eric Andersen5c58d282001-07-10 16:29:00 +0000865
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100866#if ENABLE_TRACEROUTE6
867 if (op & OPT_IPV4)
868 af = AF_INET;
869 if (op & OPT_IPV6) {
870 af = AF_INET6;
871 minpacket = sizeof(struct outdata6_t);
872 } else
873#endif
874 {
875 minpacket = sizeof(*outip) + SIZEOF_ICMP_HDR
876 + sizeof(*outdata) + optlen;
877 if (!(op & OPT_USE_ICMP))
878 minpacket += sizeof(*outudp) - SIZEOF_ICMP_HDR;
879 }
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000880 packlen = minpacket;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000881
882 /* Process destination and optional packet size */
Denys Vlasenko0d565682009-11-23 06:15:38 +0100883 if (argv[1])
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000884 packlen = xatoul_range(argv[1], minpacket, 32 * 1024);
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100885#if ENABLE_TRACEROUTE6
886 dest_lsa = xhost_and_af2sockaddr(argv[0], port, af);
887 af = dest_lsa->u.sa.sa_family;
888#else
Denys Vlasenko0d565682009-11-23 06:15:38 +0100889 dest_lsa = xhost2sockaddr(argv[0], port);
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100890#endif
Eric Andersen5c58d282001-07-10 16:29:00 +0000891
Denis Vlasenkoe06bed32007-01-27 22:21:12 +0000892 /* Ensure the socket fds won't be 0, 1 or 2 */
893 bb_sanitize_stdio();
Eric Andersen5c58d282001-07-10 16:29:00 +0000894
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100895#if ENABLE_TRACEROUTE6
896 if (af == AF_INET6) {
897 xmove_fd(xsocket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6), rcvsock);
898# ifdef IPV6_RECVPKTINFO
899 setsockopt(rcvsock, SOL_IPV6, IPV6_RECVPKTINFO,
900 &const_int_1, sizeof(const_int_1));
901 setsockopt(rcvsock, SOL_IPV6, IPV6_2292PKTINFO,
902 &const_int_1, sizeof(const_int_1));
903# else
904 setsockopt(rcvsock, SOL_IPV6, IPV6_PKTINFO,
905 &const_int_1, sizeof(const_int_1));
906# endif
907 } else
908#endif
909 {
910 xmove_fd(xsocket(AF_INET, SOCK_RAW, IPPROTO_ICMP), rcvsock);
911 }
912
Denis Vlasenko04291bc2006-11-21 10:15:25 +0000913#if TRACEROUTE_SO_DEBUG
Denis Vlasenko2e723232007-03-29 21:55:22 +0000914 if (op & OPT_DEBUG)
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000915 setsockopt(rcvsock, SOL_SOCKET, SO_DEBUG,
Denis Vlasenko703e2022007-01-22 14:12:08 +0000916 &const_int_1, sizeof(const_int_1));
Eric Andersen7467c8d2001-07-12 20:26:32 +0000917#endif
Denis Vlasenko2e723232007-03-29 21:55:22 +0000918 if (op & OPT_BYPASS_ROUTE)
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000919 setsockopt(rcvsock, SOL_SOCKET, SO_DONTROUTE,
Denis Vlasenko703e2022007-01-22 14:12:08 +0000920 &const_int_1, sizeof(const_int_1));
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000921
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100922#if ENABLE_TRACEROUTE6
923 if (af == AF_INET6) {
924 static const int two = 2;
925 if (setsockopt(rcvsock, SOL_RAW, IPV6_CHECKSUM, &two, sizeof(two)) < 0)
926 bb_perror_msg_and_die("setsockopt RAW_CHECKSUM");
927 xmove_fd(xsocket(af, SOCK_DGRAM, 0), sndsock);
928 } else
Denys Vlasenko0d565682009-11-23 06:15:38 +0100929#endif
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100930 {
931 if (op & OPT_USE_ICMP)
932 xmove_fd(xsocket(AF_INET, SOCK_RAW, IPPROTO_ICMP), sndsock);
933 else
934 xmove_fd(xsocket(AF_INET, SOCK_DGRAM, 0), sndsock);
935#if ENABLE_FEATURE_TRACEROUTE_SOURCE_ROUTE && defined IP_OPTIONS
936 if (lsrr > 0) {
937 unsigned char optlist[MAX_IPOPTLEN];
938
939 /* final hop */
940 gwlist[lsrr] = dest_lsa->u.sin.sin_addr.s_addr;
941 ++lsrr;
942
943 /* force 4 byte alignment */
944 optlist[0] = IPOPT_NOP;
945 /* loose source route option */
946 optlist[1] = IPOPT_LSRR;
947 i = lsrr * sizeof(gwlist[0]);
948 optlist[2] = i + 3;
949 /* pointer to LSRR addresses */
950 optlist[3] = IPOPT_MINOFF;
951 memcpy(optlist + 4, gwlist, i);
952
953 if (setsockopt(sndsock, IPPROTO_IP, IP_OPTIONS,
954 (char *)optlist, i + sizeof(gwlist[0])) < 0) {
955 bb_perror_msg_and_die("IP_OPTIONS");
956 }
957 }
958#endif
959 }
960
Eric Andersen5c58d282001-07-10 16:29:00 +0000961#ifdef SO_SNDBUF
Denis Vlasenko703e2022007-01-22 14:12:08 +0000962 if (setsockopt(sndsock, SOL_SOCKET, SO_SNDBUF, &packlen, sizeof(packlen)) < 0) {
Manuel Novoa III cad53642003-03-19 09:13:01 +0000963 bb_perror_msg_and_die("SO_SNDBUF");
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000964 }
Eric Andersenad79c0b2002-06-06 12:24:51 +0000965#endif
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000966#ifdef IP_TOS
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000967 if ((op & OPT_TOS) && setsockopt(sndsock, IPPROTO_IP, IP_TOS, &tos, sizeof(tos)) < 0) {
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000968 bb_perror_msg_and_die("setsockopt tos %d", tos);
969 }
970#endif
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000971#ifdef IP_DONTFRAG
972 if (op & OPT_DONT_FRAGMNT)
973 setsockopt(sndsock, IPPROTO_IP, IP_DONTFRAG,
974 &const_int_1, sizeof(const_int_1));
Eric Andersenad79c0b2002-06-06 12:24:51 +0000975#endif
Denis Vlasenko04291bc2006-11-21 10:15:25 +0000976#if TRACEROUTE_SO_DEBUG
Denis Vlasenko2e723232007-03-29 21:55:22 +0000977 if (op & OPT_DEBUG)
Denis Vlasenko703e2022007-01-22 14:12:08 +0000978 setsockopt(sndsock, SOL_SOCKET, SO_DEBUG,
979 &const_int_1, sizeof(const_int_1));
Eric Andersen7467c8d2001-07-12 20:26:32 +0000980#endif
Denis Vlasenko2e723232007-03-29 21:55:22 +0000981 if (op & OPT_BYPASS_ROUTE)
Denis Vlasenko703e2022007-01-22 14:12:08 +0000982 setsockopt(sndsock, SOL_SOCKET, SO_DONTROUTE,
983 &const_int_1, sizeof(const_int_1));
Eric Andersen5c58d282001-07-10 16:29:00 +0000984
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000985 outip = xzalloc(packlen);
986
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100987 ident = getpid();
988
989 if (af == AF_INET) {
990 if (op & OPT_USE_ICMP) {
991 ident |= 0x8000;
992 outicmp->icmp_type = ICMP_ECHO;
993 outicmp->icmp_id = htons(ident);
994 outdata = (struct outdata_t *)((char *)outicmp + SIZEOF_ICMP_HDR);
995 } else {
996 outdata = (struct outdata_t *)(outudp + 1);
997 }
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000998 }
999
1000 if (op & OPT_DEVICE) /* hmm, do we need error check? */
1001 setsockopt_bindtodevice(sndsock, device);
1002
1003 if (op & OPT_SOURCE) {
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001004#if ENABLE_TRACEROUTE6
1005// TODO: need xdotted_and_af2sockaddr?
1006 len_and_sockaddr *source_lsa = xhost_and_af2sockaddr(source, 0, af);
1007#else
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001008 len_and_sockaddr *source_lsa = xdotted2sockaddr(source, 0);
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001009#endif
1010 /* Ping4 does this (why?) */
1011 if (af == AF_INET)
1012 if (setsockopt(sndsock, IPPROTO_IP, IP_MULTICAST_IF,
1013 &source_lsa->u.sa, source_lsa->len))
1014 bb_error_msg_and_die("can't set multicast source interface");
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001015//TODO: we can query source port we bound to,
1016// and check it in replies... if we care enough
1017 xbind(sndsock, &source_lsa->u.sa, source_lsa->len);
1018 free(source_lsa);
1019 }
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001020#if ENABLE_TRACEROUTE6
1021 else if (af == AF_INET6) {
1022//TODO: why we don't do it for IPv4?
1023 len_and_sockaddr *source_lsa;
1024
1025 int probe_fd = xsocket(af, SOCK_DGRAM, 0);
1026 if (op & OPT_DEVICE)
1027 setsockopt_bindtodevice(probe_fd, device);
1028 set_nport(dest_lsa, htons(1025));
1029 /* dummy connect. makes kernel pick source IP (and port) */
1030 xconnect(probe_fd, &dest_lsa->u.sa, dest_lsa->len);
1031
1032 /* read IP and port */
1033 source_lsa = get_sock_lsa(probe_fd);
1034 if (source_lsa == NULL)
1035 bb_error_msg_and_die("can't get probe addr");
1036
1037 close(probe_fd);
1038
1039 /* bind our sockets to this IP (but not port) */
1040 set_nport(source_lsa, 0);
1041 xbind(sndsock, &source_lsa->u.sa, source_lsa->len);
1042 xbind(rcvsock, &source_lsa->u.sa, source_lsa->len);
1043
1044 free(source_lsa);
1045 }
1046#endif
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001047
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001048 /* Revert to non-privileged user after opening sockets */
Rob Landleyafb94ec2006-07-16 08:06:34 +00001049 xsetgid(getgid());
1050 xsetuid(getuid());
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001051
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001052 printf("traceroute to %s (%s)", argv[0],
1053 xmalloc_sockaddr2dotted_noport(&dest_lsa->u.sa));
Denis Vlasenko2e723232007-03-29 21:55:22 +00001054 if (op & OPT_SOURCE)
1055 printf(" from %s", source);
1056 printf(", %d hops max, %d byte packets\n", max_ttl, packlen);
Eric Andersen5c58d282001-07-10 16:29:00 +00001057
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001058 from_lsa = dup_sockaddr(dest_lsa);
1059 lastaddr = xzalloc(dest_lsa->len);
1060 to = xzalloc(dest_lsa->len);
Denys Vlasenko0d565682009-11-23 06:15:38 +01001061 seq = 0;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001062 for (ttl = first_ttl; ttl <= max_ttl; ++ttl) {
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001063 int probe;
1064 int unreachable = 0; /* counter */
1065 int gotlastaddr = 0; /* flags */
Eric Andersen5c58d282001-07-10 16:29:00 +00001066 int got_there = 0;
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001067 int first = 1;
Eric Andersen5c58d282001-07-10 16:29:00 +00001068
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001069 printf("%2d", ttl);
Eric Andersen5c58d282001-07-10 16:29:00 +00001070 for (probe = 0; probe < nprobes; ++probe) {
Denys Vlasenko0d565682009-11-23 06:15:38 +01001071 int read_len;
Denis Vlasenko459be352007-06-17 19:09:05 +00001072 unsigned t1;
1073 unsigned t2;
Eric Andersen5c58d282001-07-10 16:29:00 +00001074 struct ip *ip;
1075
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001076 if (!first && pausemsecs > 0)
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001077 usleep(pausemsecs * 1000);
Denys Vlasenko8131eea2009-11-02 14:19:51 +01001078 fflush_all();
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001079
Denis Vlasenko459be352007-06-17 19:09:05 +00001080 t1 = monotonic_us();
1081 send_probe(++seq, ttl);
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001082
Denys Vlasenko0d565682009-11-23 06:15:38 +01001083 first = 0;
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001084 while ((read_len = wait_for_reply(from_lsa, to)) != 0) {
Denis Vlasenko459be352007-06-17 19:09:05 +00001085 t2 = monotonic_us();
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001086 i = packet_ok(read_len, from_lsa, to, seq);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001087 /* Skip short packet */
1088 if (i == 0)
1089 continue;
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001090
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001091 if (!gotlastaddr
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001092 || (memcmp(lastaddr, &from_lsa->u.sa, from_lsa->len) != 0)
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001093 ) {
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001094 print(read_len, &from_lsa->u.sa, to);
1095 memcpy(lastaddr, &from_lsa->u.sa, from_lsa->len);
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001096 gotlastaddr = 1;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001097 }
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001098
Denis Vlasenko459be352007-06-17 19:09:05 +00001099 print_delta_ms(t1, t2);
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001100 ip = (struct ip *)recv_pkt;
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001101
1102 if (from_lsa->u.sa.sa_family == AF_INET)
1103 if (op & OPT_TTL_FLAG)
1104 printf(" (%d)", ip->ip_ttl);
1105
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001106 /* time exceeded in transit */
1107 if (i == -1)
1108 break;
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001109 i--;
1110 switch (i) {
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001111#if ENABLE_TRACEROUTE6
1112 case ICMP6_DST_UNREACH_NOPORT << 8:
1113 got_there = 1;
1114 break;
1115#endif
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001116 case ICMP_UNREACH_PORT:
1117 if (ip->ip_ttl <= 1)
1118 printf(" !");
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001119 got_there = 1;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001120 break;
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001121
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001122 case ICMP_UNREACH_NET:
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001123#if ENABLE_TRACEROUTE6 && (ICMP6_DST_UNREACH_NOROUTE != ICMP_UNREACH_NET)
1124 case ICMP6_DST_UNREACH_NOROUTE << 8:
1125#endif
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001126 printf(" !N");
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001127 ++unreachable;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001128 break;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001129 case ICMP_UNREACH_HOST:
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001130#if ENABLE_TRACEROUTE6
1131 case ICMP6_DST_UNREACH_ADDR << 8:
1132#endif
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001133 printf(" !H");
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001134 ++unreachable;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001135 break;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001136 case ICMP_UNREACH_PROTOCOL:
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001137 printf(" !P");
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001138 got_there = 1;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001139 break;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001140 case ICMP_UNREACH_NEEDFRAG:
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001141 printf(" !F-%d", pmtu);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001142 ++unreachable;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001143 break;
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001144 case ICMP_UNREACH_SRCFAIL:
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001145#if ENABLE_TRACEROUTE6
1146 case ICMP6_DST_UNREACH_ADMIN << 8:
1147#endif
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001148 printf(" !S");
1149 ++unreachable;
1150 break;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001151 case ICMP_UNREACH_FILTER_PROHIB:
1152 case ICMP_UNREACH_NET_PROHIB: /* misuse */
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001153 printf(" !A");
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001154 ++unreachable;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001155 break;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001156 case ICMP_UNREACH_HOST_PROHIB:
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001157 printf(" !C");
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001158 ++unreachable;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001159 break;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001160 case ICMP_UNREACH_HOST_PRECEDENCE:
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001161 printf(" !V");
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001162 ++unreachable;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001163 break;
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001164 case ICMP_UNREACH_PRECEDENCE_CUTOFF:
1165 printf(" !C");
1166 ++unreachable;
1167 break;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001168 case ICMP_UNREACH_NET_UNKNOWN:
1169 case ICMP_UNREACH_HOST_UNKNOWN:
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001170 printf(" !U");
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001171 ++unreachable;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001172 break;
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001173 case ICMP_UNREACH_ISOLATED:
1174 printf(" !I");
1175 ++unreachable;
1176 break;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001177 case ICMP_UNREACH_TOSNET:
1178 case ICMP_UNREACH_TOSHOST:
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001179 printf(" !T");
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001180 ++unreachable;
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001181 break;
1182 default:
1183 printf(" !<%d>", i);
1184 ++unreachable;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001185 break;
1186 }
1187 break;
Eric Andersen5c58d282001-07-10 16:29:00 +00001188 }
Denys Vlasenko0d565682009-11-23 06:15:38 +01001189 /* there was no packet at all? */
1190 if (read_len == 0)
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001191 printf(" *");
Eric Andersen5c58d282001-07-10 16:29:00 +00001192 }
Denis Vlasenko4daad902007-09-27 10:20:47 +00001193 bb_putchar('\n');
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001194 if (got_there
1195 || (unreachable > 0 && unreachable >= nprobes - 1)
1196 ) {
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001197 break;
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001198 }
Eric Andersen5c58d282001-07-10 16:29:00 +00001199 }
Denys Vlasenko0d565682009-11-23 06:15:38 +01001200
Eric Andersen5c58d282001-07-10 16:29:00 +00001201 return 0;
1202}
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001203
1204int traceroute_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
1205int traceroute_main(int argc UNUSED_PARAM, char **argv)
1206{
1207 return common_traceroute_main(0, argv);
1208}
1209
1210#if ENABLE_TRACEROUTE6
1211int traceroute6_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
1212int traceroute6_main(int argc UNUSED_PARAM, char **argv)
1213{
1214 return common_traceroute_main(OPT_IPV6, argv);
1215}
1216#endif