blob: 8ab4caefed062b16a5dd1dfa17c5e40c15128e3e [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:
Denys Vlasenko95f79532017-08-02 14:26:33 +020015 * ''This product includes software developed by the University of California,
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +000016 * 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.
Denys Vlasenko95f79532017-08-02 14:26:33 +020020 * THIS SOFTWARE IS PROVIDED ''AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +000021 * 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 */
Denys Vlasenko47367e12016-11-23 09:05:14 +0100212//config:config TRACEROUTE
Denys Vlasenko4eed2c62017-07-18 22:01:24 +0200213//config: bool "traceroute (11 kb)"
Denys Vlasenko47367e12016-11-23 09:05:14 +0100214//config: default y
Denys Vlasenko47367e12016-11-23 09:05:14 +0100215//config: help
Denys Vlasenko72089cf2017-07-21 09:50:55 +0200216//config: Utility to trace the route of IP packets.
Denys Vlasenko47367e12016-11-23 09:05:14 +0100217//config:
218//config:config TRACEROUTE6
Denys Vlasenkob097a842018-12-28 03:20:17 +0100219//config: bool "traceroute6 (13 kb)"
Denys Vlasenko47367e12016-11-23 09:05:14 +0100220//config: default y
Denys Vlasenko83423972016-11-23 09:25:57 +0100221//config: depends on FEATURE_IPV6
Denys Vlasenko47367e12016-11-23 09:05:14 +0100222//config: help
Denys Vlasenko72089cf2017-07-21 09:50:55 +0200223//config: Utility to trace the route of IPv6 packets.
Denys Vlasenko47367e12016-11-23 09:05:14 +0100224//config:
225//config:config FEATURE_TRACEROUTE_VERBOSE
226//config: bool "Enable verbose output"
227//config: default y
Denys Vlasenko83423972016-11-23 09:25:57 +0100228//config: depends on TRACEROUTE || TRACEROUTE6
Denys Vlasenko47367e12016-11-23 09:05:14 +0100229//config: help
Denys Vlasenko72089cf2017-07-21 09:50:55 +0200230//config: Add some verbosity to traceroute. This includes among other things
231//config: hostnames and ICMP response types.
Denys Vlasenko47367e12016-11-23 09:05:14 +0100232//config:
233//config:config FEATURE_TRACEROUTE_USE_ICMP
234//config: bool "Enable -I option (use ICMP instead of UDP)"
235//config: default y
Denys Vlasenko83423972016-11-23 09:25:57 +0100236//config: depends on TRACEROUTE || TRACEROUTE6
Denys Vlasenko47367e12016-11-23 09:05:14 +0100237
238/* Needs socket(AF_INET, SOCK_RAW, IPPROTO_ICMP), therefore BB_SUID_MAYBE: */
239//applet:IF_TRACEROUTE(APPLET(traceroute, BB_DIR_USR_BIN, BB_SUID_MAYBE))
240//applet:IF_TRACEROUTE6(APPLET(traceroute6, BB_DIR_USR_BIN, BB_SUID_MAYBE))
241
242//kbuild:lib-$(CONFIG_TRACEROUTE) += traceroute.o
Denys Vlasenko83423972016-11-23 09:25:57 +0100243//kbuild:lib-$(CONFIG_TRACEROUTE6) += traceroute.o
Eric Andersen5c58d282001-07-10 16:29:00 +0000244
Pere Orga5bc8c002011-04-11 03:29:49 +0200245//usage:#define traceroute_trivial_usage
Denys Vlasenko729b7062015-08-24 18:56:46 +0200246//usage: "[-"IF_TRACEROUTE6("46")"FIlnrv] [-f 1ST_TTL] [-m MAXTTL] [-q PROBES] [-p PORT]\n"
Denys Vlasenko1c32e492016-09-28 18:39:06 +0200247//usage: " [-t TOS] [-w WAIT_SEC] [-s SRC_IP] [-i IFACE]\n"
Pere Orga5bc8c002011-04-11 03:29:49 +0200248//usage: " [-z PAUSE_MSEC] HOST [BYTES]"
249//usage:#define traceroute_full_usage "\n\n"
250//usage: "Trace the route to HOST\n"
Pere Orga5bc8c002011-04-11 03:29:49 +0200251//usage: IF_TRACEROUTE6(
252//usage: "\n -4,-6 Force IP or IPv6 name resolution"
253//usage: )
Denys Vlasenko729b7062015-08-24 18:56:46 +0200254//usage: "\n -F Set don't fragment bit"
255//usage: IF_FEATURE_TRACEROUTE_USE_ICMP(
Pere Orga5bc8c002011-04-11 03:29:49 +0200256//usage: "\n -I Use ICMP ECHO instead of UDP datagrams"
Denys Vlasenko729b7062015-08-24 18:56:46 +0200257//usage: )
258//usage: "\n -l Display TTL value of the returned packet"
259//Currently disabled (TRACEROUTE_SO_DEBUG==0)
260////usage: "\n -d Set SO_DEBUG options to socket"
Pere Orga5bc8c002011-04-11 03:29:49 +0200261//usage: "\n -n Print numeric addresses"
262//usage: "\n -r Bypass routing tables, send directly to HOST"
Denys Vlasenko729b7062015-08-24 18:56:46 +0200263//usage: IF_FEATURE_TRACEROUTE_VERBOSE(
Pere Orga5bc8c002011-04-11 03:29:49 +0200264//usage: "\n -v Verbose"
Denys Vlasenko729b7062015-08-24 18:56:46 +0200265//usage: )
266//usage: "\n -f N First number of hops (default 1)"
267//usage: "\n -m N Max number of hops"
268//usage: "\n -q N Number of probes per hop (default 3)"
269//usage: "\n -p N Base UDP port number used in probes"
Pere Orga5bc8c002011-04-11 03:29:49 +0200270//usage: "\n (default 33434)"
Denys Vlasenko729b7062015-08-24 18:56:46 +0200271//usage: "\n -s IP Source address"
272//usage: "\n -i IFACE Source interface"
273//usage: "\n -t N Type-of-service in probe packets (default 0)"
274//usage: "\n -w SEC Time to wait for a response (default 3)"
275//usage: "\n -g IP Loose source route gateway (8 max)"
Pere Orga5bc8c002011-04-11 03:29:49 +0200276//usage:
277//usage:#define traceroute6_trivial_usage
Denys Vlasenko729b7062015-08-24 18:56:46 +0200278//usage: "[-nrv] [-m MAXTTL] [-q PROBES] [-p PORT]\n"
279//usage: " [-t TOS] [-w WAIT_SEC] [-s SRC_IP] [-i IFACE]\n"
Pere Orga5bc8c002011-04-11 03:29:49 +0200280//usage: " HOST [BYTES]"
281//usage:#define traceroute6_full_usage "\n\n"
282//usage: "Trace the route to HOST\n"
Denys Vlasenko729b7062015-08-24 18:56:46 +0200283//Currently disabled (TRACEROUTE_SO_DEBUG==0)
284////usage: "\n -d Set SO_DEBUG options to socket"
Pere Orga5bc8c002011-04-11 03:29:49 +0200285//usage: "\n -n Print numeric addresses"
286//usage: "\n -r Bypass routing tables, send directly to HOST"
Denys Vlasenko729b7062015-08-24 18:56:46 +0200287//usage: IF_FEATURE_TRACEROUTE_VERBOSE(
Pere Orga5bc8c002011-04-11 03:29:49 +0200288//usage: "\n -v Verbose"
Denys Vlasenko729b7062015-08-24 18:56:46 +0200289//usage: )
290//usage: "\n -m N Max number of hops"
291//usage: "\n -q N Number of probes per hop (default 3)"
292//usage: "\n -p N Base UDP port number used in probes"
293//usage: "\n (default 33434)"
294//usage: "\n -s IP Source address"
295//usage: "\n -i IFACE Source interface"
296//usage: "\n -t N Type-of-service in probe packets (default 0)"
297//usage: "\n -w SEC Time wait for a response (default 3)"
Pere Orga5bc8c002011-04-11 03:29:49 +0200298
Denis Vlasenko04291bc2006-11-21 10:15:25 +0000299#define TRACEROUTE_SO_DEBUG 0
300
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000301#include <net/if.h>
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000302#include <arpa/inet.h>
Denis Vlasenko6edadde2006-10-03 18:19:02 +0000303#include <netinet/in.h>
Eric Andersen5c58d282001-07-10 16:29:00 +0000304#include <netinet/udp.h>
305#include <netinet/ip.h>
306#include <netinet/ip_icmp.h>
Denys Vlasenko0d565682009-11-23 06:15:38 +0100307#if ENABLE_FEATURE_IPV6
308# include <netinet/ip6.h>
309# include <netinet/icmp6.h>
310# ifndef SOL_IPV6
311# define SOL_IPV6 IPPROTO_IPV6
312# endif
James Clarke518fb3b2017-10-07 18:53:23 +0100313# if defined(IPV6_PKTINFO) && !defined(IPV6_RECVPKTINFO)
314# define IPV6_RECVPKTINFO IPV6_PKTINFO
315# endif
Denys Vlasenko0d565682009-11-23 06:15:38 +0100316#endif
Eric Andersen5c58d282001-07-10 16:29:00 +0000317
Denis Vlasenkob6adbf12007-05-26 19:00:18 +0000318#include "libbb.h"
Denis Vlasenko703e2022007-01-22 14:12:08 +0000319#include "inet_common.h"
Eric Andersenc7bda1c2004-03-15 08:29:22 +0000320
Denis Vlasenko6edadde2006-10-03 18:19:02 +0000321#ifndef IPPROTO_ICMP
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000322# define IPPROTO_ICMP 1
Denis Vlasenko6edadde2006-10-03 18:19:02 +0000323#endif
324#ifndef IPPROTO_IP
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000325# define IPPROTO_IP 0
Denis Vlasenko6edadde2006-10-03 18:19:02 +0000326#endif
James Clarke4d0971b2017-10-07 18:53:21 +0100327/* Some operating systems, like GNU/Hurd, don't define SOL_RAW, but do have
328 * IPPROTO_RAW. Since the IPPROTO definitions are also valid to use for
329 * setsockopt (and take the same value as their corresponding SOL definitions,
330 * if they exist), we can just fall back on IPPROTO_RAW. */
331#ifndef SOL_RAW
332# define SOL_RAW IPPROTO_RAW
333#endif
334
Denys Vlasenko0d565682009-11-23 06:15:38 +0100335
Denys Vlasenko60cb48c2013-01-14 15:57:44 +0100336#define OPT_STRING \
337 "FIlnrdvxt:i:m:p:q:s:w:z:f:" \
Denys Vlasenko60cb48c2013-01-14 15:57:44 +0100338 "4" IF_TRACEROUTE6("6")
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000339enum {
340 OPT_DONT_FRAGMNT = (1 << 0), /* F */
341 OPT_USE_ICMP = (1 << 1) * ENABLE_FEATURE_TRACEROUTE_USE_ICMP, /* I */
342 OPT_TTL_FLAG = (1 << 2), /* l */
343 OPT_ADDR_NUM = (1 << 3), /* n */
344 OPT_BYPASS_ROUTE = (1 << 4), /* r */
345 OPT_DEBUG = (1 << 5), /* d */
346 OPT_VERBOSE = (1 << 6) * ENABLE_FEATURE_TRACEROUTE_VERBOSE, /* v */
347 OPT_IP_CHKSUM = (1 << 7), /* x */
348 OPT_TOS = (1 << 8), /* t */
349 OPT_DEVICE = (1 << 9), /* i */
350 OPT_MAX_TTL = (1 << 10), /* m */
351 OPT_PORT = (1 << 11), /* p */
352 OPT_NPROBES = (1 << 12), /* q */
353 OPT_SOURCE = (1 << 13), /* s */
354 OPT_WAITTIME = (1 << 14), /* w */
355 OPT_PAUSE_MS = (1 << 15), /* z */
356 OPT_FIRST_TTL = (1 << 16), /* f */
Denys Vlasenko1c32e492016-09-28 18:39:06 +0200357 OPT_IPV4 = (1 << 17), /* 4 */
358 OPT_IPV6 = (1 << 18) * ENABLE_TRACEROUTE6, /* 6 */
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000359};
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +0100360#if ENABLE_FEATURE_TRACEROUTE_VERBOSE
361# define verbose (option_mask32 & OPT_VERBOSE)
362#else
363# define verbose 0
364#endif
Eric Andersen5c58d282001-07-10 16:29:00 +0000365
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000366enum {
367 SIZEOF_ICMP_HDR = 8,
368 rcvsock = 3, /* receive (icmp) socket file descriptor */
369 sndsock = 4, /* send (udp/icmp) socket file descriptor */
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000370};
371
372/* Data section of the probe packet */
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000373struct outdata_t {
Mike Frysinger294254c2006-02-19 22:59:12 +0000374 unsigned char seq; /* sequence number of this packet */
375 unsigned char ttl; /* ttl packet left with */
Denis Vlasenko459be352007-06-17 19:09:05 +0000376// UNUSED. Retaining to have the same packet size.
Denis Vlasenkoa60f84e2008-07-05 09:18:54 +0000377 struct timeval tv_UNUSED PACKED; /* time packet left */
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000378};
379
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100380#if ENABLE_TRACEROUTE6
381struct outdata6_t {
382 uint32_t ident6;
383 uint32_t seq6;
384 struct timeval tv_UNUSED PACKED; /* time packet left */
385};
386#endif
387
Denis Vlasenko2e723232007-03-29 21:55:22 +0000388struct globals {
Denys Vlasenko1c32e492016-09-28 18:39:06 +0200389 /* Pointer to entire malloced IP packet, "packlen" bytes long: */
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000390 struct ip *outip;
Denys Vlasenko1c32e492016-09-28 18:39:06 +0200391 /* Pointer to ICMP or UDP payload (not header): */
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000392 struct outdata_t *outdata;
393 len_and_sockaddr *dest_lsa;
Denys Vlasenko70726642020-12-12 17:45:49 +0100394 len_and_sockaddr *from_lsa; /* response came from this address */
395 struct sockaddr *to; /* response came to this (local) address */
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100396 uint32_t ident;
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +0100397 uint16_t port; /* start udp dest port # for probe packets */
Denys Vlasenkob4b18282020-12-13 14:58:11 +0100398#if ENABLE_TRACEROUTE6
399 smallint ipv6;
400# define G_ipv6 G.ipv6
401#else
402# define G_ipv6 0
403#endif
404 int packlen; /* total length of packet */
405 int pmtu; /* Path MTU Discovery (RFC1191) */
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +0100406 int waittime; /* time to wait for response (in seconds) */
407 int first_ttl;
408 int nprobes;
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +0100409 int max_ttl;
Denys Vlasenkob4b18282020-12-13 14:58:11 +0100410 unsigned pausemsecs;
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000411 unsigned char recv_pkt[512]; /* last inbound (icmp) packet */
Denis Vlasenko2e723232007-03-29 21:55:22 +0000412};
413
414#define G (*ptr_to_globals)
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000415#define outip (G.outip )
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000416#define outdata (G.outdata )
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000417#define dest_lsa (G.dest_lsa )
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000418#define packlen (G.packlen )
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000419#define pmtu (G.pmtu )
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000420#define ident (G.ident )
421#define port (G.port )
422#define waittime (G.waittime )
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000423#define recv_pkt (G.recv_pkt )
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000424#define INIT_G() do { \
Denis Vlasenko574f2f42008-02-27 18:41:59 +0000425 SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
Denis Vlasenko9ad2cb32007-12-16 17:19:40 +0000426} while (0)
Denis Vlasenko2e723232007-03-29 21:55:22 +0000427
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100428#define outudp ((struct udphdr *)(outip + 1))
429#define outudp6 ((struct udphdr *)(((struct ip6_hdr*)outip) + 1))
430#define outicmp ((struct icmp *)(outip + 1))
431#define outicmp6 ((struct icmp *)(((struct ip6_hdr*)outip) + 1))
432/* NB: for icmp echo, IPv4 and IPv6 fields are the same size and offset:
433 * struct icmp:
434 * uint8_t icmp_type;
435 * uint8_t icmp_code;
436 * uint16_t icmp_cksum;
437 * uint16_t icmp_id;
438 * uint16_t icmp_seq;
439 * struct icmp6_hdr:
440 * uint8_t icmp6_type;
441 * uint8_t icmp6_code;
442 * uint16_t icmp6_cksum;
443 * uint16_t icmp6_id;
444 * uint16_t icmp6_seq;
445 * therefore both outicmp and outicmp6 are pointers to *IPv4* icmp struct.
446 * SIZEOF_ICMP_HDR == 8 is the same for both, as well.
447 * However, values of these pointers are not the same (since IPv6 IP header is larger),
448 * and icmp_type constants are not the same:
449 * #define ICMP_ECHO 8
450 * #define ICMP_ECHOREPLY 0
451 * #define ICMP6_ECHO_REQUEST 128
452 * #define ICMP6_ECHO_REPLY 129
453 */
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000454
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000455static int
Denys Vlasenko70726642020-12-12 17:45:49 +0100456wait_for_reply(unsigned *timestamp_us, int *left_ms)
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000457{
Denis Vlasenko87f3b262007-09-07 13:43:28 +0000458 struct pollfd pfd[1];
Denys Vlasenko0d565682009-11-23 06:15:38 +0100459 int read_len = 0;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000460
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000461 pfd[0].fd = rcvsock;
Denis Vlasenko87f3b262007-09-07 13:43:28 +0000462 pfd[0].events = POLLIN;
Denys Vlasenkoa348b452011-05-05 02:31:30 +0200463 if (*left_ms >= 0 && safe_poll(pfd, 1, *left_ms) > 0) {
464 unsigned t;
465
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100466 read_len = recv_from_to(rcvsock,
467 recv_pkt, sizeof(recv_pkt),
Denys Vlasenkoa348b452011-05-05 02:31:30 +0200468 /*flags:*/ MSG_DONTWAIT,
Denys Vlasenko70726642020-12-12 17:45:49 +0100469 &G.from_lsa->u.sa, G.to, G.from_lsa->len);
Denys Vlasenko724c7df2020-12-12 21:44:32 +0100470 if (read_len < 0)
471 bb_perror_msg_and_die("recv");
Denys Vlasenkoa348b452011-05-05 02:31:30 +0200472 t = monotonic_us();
473 *left_ms -= (t - *timestamp_us) / 1000;
474 *timestamp_us = t;
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100475 }
476
Denys Vlasenko0d565682009-11-23 06:15:38 +0100477 return read_len;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000478}
479
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000480static void
Denis Vlasenko459be352007-06-17 19:09:05 +0000481send_probe(int seq, int ttl)
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000482{
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000483 int len, res;
484 void *out;
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100485 struct icmp *icp;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000486
487 /* Payload */
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100488#if ENABLE_TRACEROUTE6
Denys Vlasenkob4b18282020-12-13 14:58:11 +0100489 if (G_ipv6) {
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100490 struct outdata6_t *pkt = (void *) outdata;
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100491 pkt->ident6 = ident;
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100492 pkt->seq6 = htonl(seq);
493 /*gettimeofday(&pkt->tv, &tz);*/
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100494 icp = outicmp6;
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100495 } else
496#endif
497 {
498 outdata->seq = seq;
499 outdata->ttl = ttl;
Denis Vlasenko459be352007-06-17 19:09:05 +0000500// UNUSED: was storing gettimeofday's result there, but never ever checked it
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100501 /*memcpy(&outdata->tv, tp, sizeof(outdata->tv));*/
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100502 icp = outicmp;
503 }
504 out = outdata;
505 if (option_mask32 & OPT_USE_ICMP) {
506 out = icp;
507 /*icp->icmp_type = ICMP[6]_ECHO; - already set */
508 /*icp->icmp_code = 0; - already set */
509 /*icp->icmp_id = ident; - already set */
510 icp->icmp_seq = htons(seq);
511 /* Always calculate checksum for icmp packets */
512 icp->icmp_cksum = 0;
513 icp->icmp_cksum = inet_cksum(
514 icp,
515 ((char*)outip + packlen) - (char*)icp
516 );
517 if (icp->icmp_cksum == 0)
518 icp->icmp_cksum = 0xffff;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000519 }
520
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000521//BUG! verbose is (x & OPT_VERBOSE), not a counter!
522#if 0 //ENABLE_FEATURE_TRACEROUTE_VERBOSE
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000523 /* XXX undocumented debugging hack */
524 if (verbose > 1) {
Denis Vlasenko28703012006-12-19 20:32:02 +0000525 const uint16_t *sp;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000526 int nshorts, i;
527
Denis Vlasenko28703012006-12-19 20:32:02 +0000528 sp = (uint16_t *)outip;
Denis Vlasenko35d4da02007-01-22 14:04:27 +0000529 nshorts = (unsigned)packlen / sizeof(uint16_t);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000530 i = 0;
531 printf("[ %d bytes", packlen);
532 while (--nshorts >= 0) {
533 if ((i++ % 8) == 0)
534 printf("\n\t");
535 printf(" %04x", ntohs(*sp));
536 sp++;
537 }
538 if (packlen & 1) {
539 if ((i % 8) == 0)
540 printf("\n\t");
Mike Frysinger294254c2006-02-19 22:59:12 +0000541 printf(" %02x", *(unsigned char *)sp);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000542 }
543 printf("]\n");
544 }
545#endif
546
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100547#if ENABLE_TRACEROUTE6
Denys Vlasenkob4b18282020-12-13 14:58:11 +0100548 if (G_ipv6) {
Denys Vlasenkoc52cbea2015-08-24 19:48:03 +0200549 res = setsockopt_int(sndsock, SOL_IPV6, IPV6_UNICAST_HOPS, ttl);
550 if (res != 0)
Denys Vlasenko2db782b2015-08-24 19:08:14 +0200551 bb_perror_msg_and_die("setsockopt(%s) %d", "UNICAST_HOPS", ttl);
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100552 } else
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000553#endif
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100554 {
Denys Vlasenkoc14bf212009-11-24 02:17:13 +0100555#if defined IP_TTL
Denys Vlasenkoc52cbea2015-08-24 19:48:03 +0200556 res = setsockopt_int(sndsock, IPPROTO_IP, IP_TTL, ttl);
557 if (res != 0)
Denys Vlasenko2db782b2015-08-24 19:08:14 +0200558 bb_perror_msg_and_die("setsockopt(%s) %d", "TTL", ttl);
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100559#endif
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000560 }
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100561
Denys Vlasenko1c32e492016-09-28 18:39:06 +0200562 if (!(option_mask32 & OPT_USE_ICMP)) {
563 set_nport(&dest_lsa->u.sa, htons(port + seq));
564 }
565 len = ((char*)outip + packlen) - (char*)out;
Denys Vlasenko0d565682009-11-23 06:15:38 +0100566 res = xsendto(sndsock, out, len, &dest_lsa->u.sa, dest_lsa->len);
Denys Vlasenkoc14bf212009-11-24 02:17:13 +0100567 if (res != len)
Denys Vlasenko066e76b2016-03-30 16:20:28 +0200568 bb_error_msg("sent %d octets, ret=%d", len, res);
Eric Andersen7467c8d2001-07-12 20:26:32 +0000569}
570
Denis Vlasenko04291bc2006-11-21 10:15:25 +0000571#if ENABLE_FEATURE_TRACEROUTE_VERBOSE
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +0100572/* Convert an ICMP "type" field to a printable string */
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100573static const char *
Mike Frysinger294254c2006-02-19 22:59:12 +0000574pr_type(unsigned char t)
Eric Andersen7467c8d2001-07-12 20:26:32 +0000575{
Denys Vlasenko6cc49622020-11-30 14:58:02 +0100576 static const char *const ttab[] ALIGN_PTR = {
Eric Andersen7467c8d2001-07-12 20:26:32 +0000577 "Echo Reply", "ICMP 1", "ICMP 2", "Dest Unreachable",
578 "Source Quench", "Redirect", "ICMP 6", "ICMP 7",
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000579 "Echo", "Router Advert", "Router Solicit", "Time Exceeded",
Eric Andersen7467c8d2001-07-12 20:26:32 +0000580 "Param Problem", "Timestamp", "Timestamp Reply", "Info Request",
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000581 "Info Reply", "Mask Request", "Mask Reply"
Eric Andersen7467c8d2001-07-12 20:26:32 +0000582 };
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100583# if ENABLE_TRACEROUTE6
Denys Vlasenko6cc49622020-11-30 14:58:02 +0100584 static const char *const ttab6[] ALIGN_PTR = {
Denys Vlasenkoe0761622019-10-25 13:39:41 +0200585[0] = "Error", "Dest Unreachable", "Packet Too Big", "Time Exceeded",
586[4] = "Param Problem",
587[8] = "Echo Request", "Echo Reply", "Membership Query", "Membership Report",
588[12] = "Membership Reduction", "Router Solicit", "Router Advert", "Neighbor Solicit",
589[16] = "Neighbor Advert", "Redirect",
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100590 };
Eric Andersen7467c8d2001-07-12 20:26:32 +0000591
Denys Vlasenkob4b18282020-12-13 14:58:11 +0100592 if (G_ipv6) {
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100593 if (t < 5)
594 return ttab6[t];
595 if (t < 128 || t > ND_REDIRECT)
596 return "OUT-OF-RANGE";
597 return ttab6[(t & 63) + 8];
598 }
599# endif
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000600 if (t >= ARRAY_SIZE(ttab))
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000601 return "OUT-OF-RANGE";
Eric Andersen7467c8d2001-07-12 20:26:32 +0000602
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000603 return ttab[t];
Eric Andersen7467c8d2001-07-12 20:26:32 +0000604}
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +0100605static void
606hexdump(const struct icmp *icp, int len)
607{
608 const unsigned char *p;
609 int i;
610
Denys Vlasenkod067acb2020-12-13 15:10:07 +0100611 printf("\n%d bytes from %s to %s: icmp type %u (%s) code %u\n",
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +0100612 len,
613 auto_string(xmalloc_sockaddr2dotted_noport(&G.from_lsa->u.sa)),
614 auto_string(xmalloc_sockaddr2dotted_noport(G.to)),
615 icp->icmp_type, pr_type(icp->icmp_type),
616 icp->icmp_code
617 );
618 p = (const void *)icp;
619 for (i = 0; i < len; i++) {
Denys Vlasenkod067acb2020-12-13 15:10:07 +0100620 if (!(i & 0xf))
621 printf("\n%04x:" + (i==0), i);
622 printf(" %02x", p[i]);
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +0100623 }
624 bb_putchar('\n');
625}
626#else
627# define hexdump(...) ((void)0)
Eric Andersen7467c8d2001-07-12 20:26:32 +0000628#endif
629
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000630static int
Denys Vlasenko70726642020-12-12 17:45:49 +0100631packet4_ok(int read_len, int seq)
Eric Andersen7467c8d2001-07-12 20:26:32 +0000632{
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000633 const struct icmp *icp;
Mike Frysinger294254c2006-02-19 22:59:12 +0000634 unsigned char type, code;
Eric Andersen7467c8d2001-07-12 20:26:32 +0000635 int hlen;
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000636 const struct ip *ip;
Eric Andersen7467c8d2001-07-12 20:26:32 +0000637
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100638 /* NB: reads from (AF_INET, SOCK_RAW, IPPROTO_ICMP) socket
639 * return the entire IP packet (IOW: they do not strip IP header).
640 * This differs from (AF_INET6, SOCK_RAW, IPPROTO_ICMPV6) sockets!?
641 */
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000642 ip = (struct ip *) recv_pkt;
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100643
Eric Andersen7467c8d2001-07-12 20:26:32 +0000644 hlen = ip->ip_hl << 2;
Denys Vlasenko0d565682009-11-23 06:15:38 +0100645 if (read_len < hlen + ICMP_MINLEN) {
Eric Andersen7467c8d2001-07-12 20:26:32 +0000646 if (verbose)
Denys Vlasenko0d565682009-11-23 06:15:38 +0100647 printf("packet too short (%d bytes) from %s\n", read_len,
Denys Vlasenko70726642020-12-12 17:45:49 +0100648 inet_ntoa(G.from_lsa->u.sin.sin_addr));
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000649 return 0;
Eric Andersen7467c8d2001-07-12 20:26:32 +0000650 }
Denys Vlasenko0d565682009-11-23 06:15:38 +0100651 read_len -= hlen;
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000652 icp = (struct icmp *)(recv_pkt + hlen);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000653 type = icp->icmp_type;
654 code = icp->icmp_code;
655 /* Path MTU Discovery (RFC1191) */
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000656 pmtu = 0;
657 if (code == ICMP_UNREACH_NEEDFRAG)
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000658 pmtu = ntohs(icp->icmp_nextmtu);
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000659
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100660 if ((option_mask32 & OPT_USE_ICMP)
661 && type == ICMP_ECHOREPLY
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100662 && icp->icmp_id == ident
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100663 && icp->icmp_seq == htons(seq)
664 ) {
665 /* In UDP mode, when we reach the machine, we (usually)
666 * would get "port unreachable" - in ICMP we got "echo reply".
667 * Simulate "port unreachable" for caller:
668 */
669 return ICMP_UNREACH_PORT+1;
670 }
671
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000672 if ((type == ICMP_TIMXCEED && code == ICMP_TIMXCEED_INTRANS)
673 || type == ICMP_UNREACH
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000674 ) {
675 const struct ip *hip;
676 const struct udphdr *up;
Eric Andersen7467c8d2001-07-12 20:26:32 +0000677
678 hip = &icp->icmp_ip;
679 hlen = hip->ip_hl << 2;
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000680 if (option_mask32 & OPT_USE_ICMP) {
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000681 struct icmp *hicmp;
682
Mike Frysinger294254c2006-02-19 22:59:12 +0000683 hicmp = (struct icmp *)((unsigned char *)hip + hlen);
Denys Vlasenko0d565682009-11-23 06:15:38 +0100684 if (hlen + SIZEOF_ICMP_HDR <= read_len
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000685 && hip->ip_p == IPPROTO_ICMP
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100686 && hicmp->icmp_id == ident
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000687 && hicmp->icmp_seq == htons(seq)
688 ) {
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000689 return (type == ICMP_TIMXCEED ? -1 : code + 1);
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000690 }
691 } else {
692 up = (struct udphdr *)((char *)hip + hlen);
Denys Vlasenko0d565682009-11-23 06:15:38 +0100693 if (hlen + 12 <= read_len
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000694 && hip->ip_p == IPPROTO_UDP
695// Off: since we do not form the entire IP packet,
696// but defer it to kernel, we can't set source port,
697// and thus can't check it here in the reply
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100698 /* && up->source == ident */
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000699 && up->dest == htons(port + seq)
700 ) {
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000701 return (type == ICMP_TIMXCEED ? -1 : code + 1);
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000702 }
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000703 }
Eric Andersen7467c8d2001-07-12 20:26:32 +0000704 }
Denys Vlasenkod067acb2020-12-13 15:10:07 +0100705 if (verbose) /* testcase: traceroute -vI 127.0.0.1 (sees its own echo requests) */
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +0100706 hexdump(icp, read_len);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000707 return 0;
Eric Andersen7467c8d2001-07-12 20:26:32 +0000708}
709
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100710#if ENABLE_TRACEROUTE6
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100711
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100712static int
Denys Vlasenko70726642020-12-12 17:45:49 +0100713packet6_ok(int read_len, int seq)
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100714{
715 const struct icmp6_hdr *icp;
716 unsigned char type, code;
717
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100718 /* NB: reads from (AF_INET6, SOCK_RAW, IPPROTO_ICMPV6) socket
719 * return only ICMP packet (IOW: they strip IPv6 header).
720 * This differs from (AF_INET, SOCK_RAW, IPPROTO_ICMP) sockets!?
721 */
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100722 icp = (struct icmp6_hdr *) recv_pkt;
723
724 type = icp->icmp6_type;
725 code = icp->icmp6_code;
726
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100727 if ((option_mask32 & OPT_USE_ICMP)
728 && type == ICMP6_ECHO_REPLY
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100729 && icp->icmp6_id == ident
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100730 && icp->icmp6_seq == htons(seq)
731 ) {
732 /* In UDP mode, when we reach the machine, we (usually)
733 * would get "port unreachable" - in ICMP we got "echo reply".
734 * Simulate "port unreachable" for caller:
735 */
736 return (ICMP6_DST_UNREACH_NOPORT << 8) + 1;
737 }
738
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100739 if ((type == ICMP6_TIME_EXCEEDED && code == ICMP6_TIME_EXCEED_TRANSIT)
740 || type == ICMP6_DST_UNREACH
741 ) {
742 struct ip6_hdr *hip;
743 struct udphdr *up;
744 int nexthdr;
745
746 hip = (struct ip6_hdr *)(icp + 1);
747 up = (struct udphdr *) (hip + 1);
748 nexthdr = hip->ip6_nxt;
749
750 if (nexthdr == IPPROTO_FRAGMENT) {
751 nexthdr = *(unsigned char*)up;
752 up++;
753 }
754 if (nexthdr == IPPROTO_UDP) {
755 struct outdata6_t *pkt;
756
757 pkt = (struct outdata6_t *) (up + 1);
758
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100759 if (pkt->ident6 == ident
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100760 && ntohl(pkt->seq6) == seq
761 ) {
762 return (type == ICMP6_TIME_EXCEEDED ? -1 : (code<<8)+1);
763 }
764 }
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100765 }
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +0100766 if (verbose)
767 /* cast is safe since the beginning of icmp4 and icmp6 layouts match */
768 hexdump((const struct icmp *)icp, read_len);
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100769 return 0;
770}
Denys Vlasenko70726642020-12-12 17:45:49 +0100771
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100772static int
Denys Vlasenko70726642020-12-12 17:45:49 +0100773packet_ok(int read_len, int seq)
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100774{
Denys Vlasenkob4b18282020-12-13 14:58:11 +0100775 if (!G_ipv6)
Denys Vlasenko70726642020-12-12 17:45:49 +0100776 return packet4_ok(read_len, seq);
777 return packet6_ok(read_len, seq);
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100778}
779
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100780#else /* !ENABLE_TRACEROUTE6 */
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100781
Denys Vlasenkodf5c5392020-12-12 20:08:36 +0100782# define packet_ok(read_len, seq) packet4_ok(read_len, seq)
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100783
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100784#endif
785
Denis Vlasenkodadfb492008-07-29 10:16:05 +0000786static void
Denys Vlasenkodf5c5392020-12-12 20:08:36 +0100787print(int read_len)
Eric Andersen7467c8d2001-07-12 20:26:32 +0000788{
Denys Vlasenkodf5c5392020-12-12 20:08:36 +0100789 char *ina = auto_string(xmalloc_sockaddr2dotted_noport(&G.from_lsa->u.sa));
Eric Andersen7467c8d2001-07-12 20:26:32 +0000790
Denys Vlasenko0d565682009-11-23 06:15:38 +0100791 if (option_mask32 & OPT_ADDR_NUM) {
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000792 printf(" %s", ina);
Denys Vlasenko0d565682009-11-23 06:15:38 +0100793 } else {
Denis Vlasenko6d9ea242007-06-19 11:12:46 +0000794 char *n = NULL;
Denys Vlasenkob4b18282020-12-13 14:58:11 +0100795 if (G_ipv6
Denys Vlasenkodf5c5392020-12-12 20:08:36 +0100796 || G.from_lsa->u.sin.sin_addr.s_addr != INADDR_ANY
Denys Vlasenko0d565682009-11-23 06:15:38 +0100797 ) {
Denys Vlasenkob4b18282020-12-13 14:58:11 +0100798 /* Reverse resolve if IPV6 or not 0.0.0.0 */
Denys Vlasenkodf5c5392020-12-12 20:08:36 +0100799 n = auto_string(xmalloc_sockaddr2host_noport(&G.from_lsa->u.sa));
Denys Vlasenko0d565682009-11-23 06:15:38 +0100800 }
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000801 printf(" %s (%s)", (n ? n : ina), ina);
Denis Vlasenko6d9ea242007-06-19 11:12:46 +0000802 }
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000803
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100804 if (verbose) {
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100805#if ENABLE_TRACEROUTE6
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100806 /* NB: reads from (AF_INET, SOCK_RAW, IPPROTO_ICMP) socket
807 * return the entire IP packet (IOW: they do not strip IP header).
808 * Reads from (AF_INET6, SOCK_RAW, IPPROTO_ICMPV6) do strip IPv6
809 * header and return only ICMP6 packet. Weird.
810 */
Denys Vlasenkob4b18282020-12-13 14:58:11 +0100811 if (G_ipv6) {
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100812 /* read_len -= sizeof(struct ip6_hdr); - WRONG! */
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100813 } else
814#endif
815 {
Denys Vlasenkodd169e82011-01-20 12:13:23 +0100816 struct ip *ip4packet = (struct ip*)recv_pkt;
817 read_len -= ip4packet->ip_hl << 2;
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100818 }
Denys Vlasenkodf5c5392020-12-12 20:08:36 +0100819 printf(" %d bytes to %s", read_len,
820 auto_string(xmalloc_sockaddr2dotted_noport(G.to))
821 );
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000822 }
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000823}
824
825static void
Denis Vlasenko459be352007-06-17 19:09:05 +0000826print_delta_ms(unsigned t1p, unsigned t2p)
Denis Vlasenko1adf6812007-06-14 07:47:52 +0000827{
Denis Vlasenko459be352007-06-17 19:09:05 +0000828 unsigned tt = t2p - t1p;
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +0000829 printf(" %u.%03u ms", tt / 1000, tt % 1000);
Denis Vlasenko1adf6812007-06-14 07:47:52 +0000830}
Eric Andersen7467c8d2001-07-12 20:26:32 +0000831
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +0100832/* Keeping init code in a separate (not inlined!) function
833 * for stack use reduction and better register allocation in main loop.
Denys Vlasenko0d565682009-11-23 06:15:38 +0100834 */
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +0100835static NOINLINE void
836traceroute_init(int op, char **argv)
Eric Andersen5c58d282001-07-10 16:29:00 +0000837{
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000838 char *source;
839 char *device;
840 char *tos_str;
Denis Vlasenko2e723232007-03-29 21:55:22 +0000841 char *max_ttl_str;
842 char *port_str;
Denis Vlasenko2e723232007-03-29 21:55:22 +0000843 char *nprobes_str;
844 char *waittime_str;
Denis Vlasenko2e723232007-03-29 21:55:22 +0000845 char *pausemsecs_str;
Denis Vlasenko2e723232007-03-29 21:55:22 +0000846 char *first_ttl_str;
Guilherme Maciel Ferreira4a600f82013-03-08 16:50:51 -0300847 char *dest_str;
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100848#if ENABLE_TRACEROUTE6
Denys Vlasenkoc14bf212009-11-24 02:17:13 +0100849 sa_family_t af;
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100850#else
851 enum { af = AF_INET };
852#endif
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000853
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100854 /* Ensure the socket fds won't be 0, 1 or 2 */
855 bb_sanitize_stdio();
856
Denis Vlasenko87f3b262007-09-07 13:43:28 +0000857 INIT_G();
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +0100858 port = 33434;
859 waittime = 5;
860 G.first_ttl = 1;
861 G.nprobes = 3;
862 G.max_ttl = 30;
Denis Vlasenko2e723232007-03-29 21:55:22 +0000863
Denys Vlasenko22542ec2017-08-08 21:55:02 +0200864 op |= getopt32(argv, "^"
865 OPT_STRING
866 "\0" "-1:x-x" /* minimum 1 arg */
Denis Vlasenko2e723232007-03-29 21:55:22 +0000867 , &tos_str, &device, &max_ttl_str, &port_str, &nprobes_str
868 , &source, &waittime_str, &pausemsecs_str, &first_ttl_str
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000869 );
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100870 argv += optind;
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000871
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000872#if 0 /* IGNORED */
873 if (op & OPT_IP_CHKSUM)
Denis Vlasenko13858992006-10-08 12:49:22 +0000874 bb_error_msg("warning: ip checksums disabled");
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000875#endif
Denis Vlasenko2e723232007-03-29 21:55:22 +0000876 if (op & OPT_MAX_TTL)
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +0100877 G.max_ttl = xatou_range(max_ttl_str, 1, 255);
Denis Vlasenko2e723232007-03-29 21:55:22 +0000878 if (op & OPT_PORT)
Denis Vlasenko13858992006-10-08 12:49:22 +0000879 port = xatou16(port_str);
Denis Vlasenko2e723232007-03-29 21:55:22 +0000880 if (op & OPT_NPROBES)
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +0100881 G.nprobes = xatou_range(nprobes_str, 1, INT_MAX);
Denis Vlasenko2e723232007-03-29 21:55:22 +0000882 if (op & OPT_WAITTIME)
Denis Vlasenkobdea2c02009-01-24 21:23:41 +0000883 waittime = xatou_range(waittime_str, 1, 24 * 60 * 60);
Denis Vlasenko2e723232007-03-29 21:55:22 +0000884 if (op & OPT_PAUSE_MS)
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +0100885 G.pausemsecs = xatou_range(pausemsecs_str, 0, 60 * 60 * 1000);
Denis Vlasenko2e723232007-03-29 21:55:22 +0000886 if (op & OPT_FIRST_TTL)
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +0100887 G.first_ttl = xatou_range(first_ttl_str, 1, G.max_ttl);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000888
Denys Vlasenkoc14bf212009-11-24 02:17:13 +0100889 /* Process destination and optional packet size */
Denys Vlasenkodf5c5392020-12-12 20:08:36 +0100890 packlen = sizeof(struct ip)
Denys Vlasenko1c32e492016-09-28 18:39:06 +0200891 + sizeof(struct udphdr)
892 + sizeof(struct outdata_t);
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100893 if (op & OPT_USE_ICMP) {
Denys Vlasenkodf5c5392020-12-12 20:08:36 +0100894 packlen = sizeof(struct ip)
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100895 + SIZEOF_ICMP_HDR
896 + sizeof(struct outdata_t);
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +0100897 port = 0; /* on ICMP6 sockets, sendto(ipv6.nonzero_port) throws EINVAL! */
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100898 }
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100899#if ENABLE_TRACEROUTE6
Denys Vlasenkoc14bf212009-11-24 02:17:13 +0100900 af = AF_UNSPEC;
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100901 if (op & OPT_IPV4)
902 af = AF_INET;
Denys Vlasenkoc14bf212009-11-24 02:17:13 +0100903 if (op & OPT_IPV6)
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100904 af = AF_INET6;
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100905 dest_lsa = xhost_and_af2sockaddr(argv[0], port, af);
906 af = dest_lsa->u.sa.sa_family;
Denys Vlasenkob4b18282020-12-13 14:58:11 +0100907//TODO: make sure af == AF_INET[6]? (FEATURE_UNIX_LOCAL=y allows "local:/PATH" to be translated to AF_UNIX)
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100908 if (af == AF_INET6) {
Denys Vlasenkob4b18282020-12-13 14:58:11 +0100909 G_ipv6 = 1;
Denys Vlasenkodf5c5392020-12-12 20:08:36 +0100910 packlen = sizeof(struct ip6_hdr)
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100911 + sizeof(struct udphdr)
912 + sizeof(struct outdata6_t);
913 if (op & OPT_USE_ICMP)
Denys Vlasenkodf5c5392020-12-12 20:08:36 +0100914 packlen = sizeof(struct ip6_hdr)
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100915 + SIZEOF_ICMP_HDR
916 + sizeof(struct outdata6_t);
917 }
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100918#else
Denys Vlasenkob4b18282020-12-13 14:58:11 +0100919 /* accept only IPv4 addresses */
920 dest_lsa = xhost_and_af2sockaddr(argv[0], port, AF_INET);
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100921#endif
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +0100922 G.from_lsa = xmemdup(dest_lsa, LSA_LEN_SIZE + dest_lsa->len);
923 G.to = xzalloc(dest_lsa->len);
Denys Vlasenkoc14bf212009-11-24 02:17:13 +0100924 if (argv[1])
Denys Vlasenkodf5c5392020-12-12 20:08:36 +0100925 packlen = xatoul_range(argv[1], packlen, 32 * 1024);
Eric Andersen5c58d282001-07-10 16:29:00 +0000926
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +0100927 if (af == AF_INET) {
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100928 xmove_fd(xsocket(AF_INET, SOCK_RAW, IPPROTO_ICMP), rcvsock);
Denys Vlasenkodf5c5392020-12-12 20:08:36 +0100929 /* want recvmsg to report target local address (for -v) */
930 setsockopt_1(rcvsock, IPPROTO_IP, IP_PKTINFO);
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100931 }
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +0100932#if ENABLE_TRACEROUTE6
933 else {
934 xmove_fd(xsocket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6), rcvsock);
935 /* want recvmsg to report target local address (for -v) */
936 setsockopt_1(rcvsock, SOL_IPV6, IPV6_RECVPKTINFO);
937 }
938#endif
Denis Vlasenko04291bc2006-11-21 10:15:25 +0000939#if TRACEROUTE_SO_DEBUG
Denis Vlasenko2e723232007-03-29 21:55:22 +0000940 if (op & OPT_DEBUG)
Denys Vlasenkoc52cbea2015-08-24 19:48:03 +0200941 setsockopt_SOL_SOCKET_1(rcvsock, SO_DEBUG);
Eric Andersen7467c8d2001-07-12 20:26:32 +0000942#endif
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000943
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100944 {
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100945 int snd;
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +0100946 if (af == AF_INET) {
947 if (op & OPT_USE_ICMP)
948 snd = xsocket(AF_INET, SOCK_RAW, IPPROTO_ICMP);
949 else
950 snd = xsocket(AF_INET, SOCK_DGRAM, 0);
951 }
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100952#if ENABLE_TRACEROUTE6
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +0100953 else {
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100954 if (setsockopt_int(rcvsock, SOL_RAW, IPV6_CHECKSUM, 2) != 0)
955 bb_perror_msg_and_die("setsockopt(%s)", "IPV6_CHECKSUM");
956 if (op & OPT_USE_ICMP)
957 snd = xsocket(AF_INET6, SOCK_RAW, IPPROTO_ICMPV6);
958 else
959 snd = xsocket(AF_INET6, SOCK_DGRAM, 0);
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100960 }
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +0100961#endif
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100962 xmove_fd(snd, sndsock);
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100963 }
964
Eric Andersen5c58d282001-07-10 16:29:00 +0000965#ifdef SO_SNDBUF
Denys Vlasenkoc52cbea2015-08-24 19:48:03 +0200966 if (setsockopt_SOL_SOCKET_int(sndsock, SO_SNDBUF, packlen) != 0) {
967 bb_perror_msg_and_die("setsockopt(%s)", "SO_SNDBUF");
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000968 }
Eric Andersenad79c0b2002-06-06 12:24:51 +0000969#endif
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000970#ifdef IP_TOS
Denys Vlasenkodf5c5392020-12-12 20:08:36 +0100971 if (op & OPT_TOS) {
972 int tos = xatou_range(tos_str, 0, 255);
973 if (setsockopt_int(sndsock, IPPROTO_IP, IP_TOS, tos) != 0)
974 bb_perror_msg_and_die("setsockopt(%s,%d)", "TOS", tos);
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +0000975 }
976#endif
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000977#ifdef IP_DONTFRAG
978 if (op & OPT_DONT_FRAGMNT)
Denys Vlasenkoc52cbea2015-08-24 19:48:03 +0200979 setsockopt_1(sndsock, IPPROTO_IP, IP_DONTFRAG);
Eric Andersenad79c0b2002-06-06 12:24:51 +0000980#endif
Denis Vlasenko04291bc2006-11-21 10:15:25 +0000981#if TRACEROUTE_SO_DEBUG
Denis Vlasenko2e723232007-03-29 21:55:22 +0000982 if (op & OPT_DEBUG)
Denys Vlasenkoc52cbea2015-08-24 19:48:03 +0200983 setsockopt_SOL_SOCKET_1(sndsock, SO_DEBUG);
Eric Andersen7467c8d2001-07-12 20:26:32 +0000984#endif
Denis Vlasenko2e723232007-03-29 21:55:22 +0000985 if (op & OPT_BYPASS_ROUTE)
Denys Vlasenkoc52cbea2015-08-24 19:48:03 +0200986 setsockopt_SOL_SOCKET_1(sndsock, SO_DONTROUTE);
Eric Andersen5c58d282001-07-10 16:29:00 +0000987
Denis Vlasenko766c10c2009-01-24 20:14:24 +0000988 outip = xzalloc(packlen);
989
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100990 ident = getpid();
991
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100992 outdata = (void*)(outudp + 1);
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +0100993 if (af == AF_INET) {
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100994 if (op & OPT_USE_ICMP) {
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100995 outicmp->icmp_type = ICMP_ECHO;
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100996 /*outicmp->icmp_code = 0; - set by xzalloc */
Denys Vlasenkod0dea172020-12-12 17:24:17 +0100997 outicmp->icmp_id = ident;
Denys Vlasenko3978adc2020-12-12 16:38:43 +0100998 outdata = (void*)((char *)outicmp + SIZEOF_ICMP_HDR);
Leonid Lisovskiy4c065312009-11-23 06:20:09 +0100999 }
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001000 }
Denys Vlasenko1c32e492016-09-28 18:39:06 +02001001#if ENABLE_TRACEROUTE6
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +01001002 else {
Denys Vlasenko3978adc2020-12-12 16:38:43 +01001003 outdata = (void*)(outudp6 + 1);
1004 if (op & OPT_USE_ICMP) {
Denys Vlasenko3978adc2020-12-12 16:38:43 +01001005 outicmp6->icmp_type = ICMP6_ECHO_REQUEST;
1006 /*outicmp->icmp_code = 0; - set by xzalloc */
Denys Vlasenkod0dea172020-12-12 17:24:17 +01001007 outicmp6->icmp_id = ident;
Denys Vlasenko3978adc2020-12-12 16:38:43 +01001008 outdata = (void*)((char *)outicmp6 + SIZEOF_ICMP_HDR);
1009 }
Denys Vlasenko1c32e492016-09-28 18:39:06 +02001010 }
1011#endif
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001012
1013 if (op & OPT_DEVICE) /* hmm, do we need error check? */
1014 setsockopt_bindtodevice(sndsock, device);
1015
1016 if (op & OPT_SOURCE) {
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001017#if ENABLE_TRACEROUTE6
1018// TODO: need xdotted_and_af2sockaddr?
1019 len_and_sockaddr *source_lsa = xhost_and_af2sockaddr(source, 0, af);
1020#else
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001021 len_and_sockaddr *source_lsa = xdotted2sockaddr(source, 0);
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001022#endif
Denys Vlasenkod0dea172020-12-12 17:24:17 +01001023 if (getuid() != 0)
1024 bb_simple_error_msg_and_die(bb_msg_you_must_be_root);
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001025 /* Ping4 does this (why?) */
1026 if (af == AF_INET)
1027 if (setsockopt(sndsock, IPPROTO_IP, IP_MULTICAST_IF,
1028 &source_lsa->u.sa, source_lsa->len))
James Byrne69374872019-07-02 11:35:03 +02001029 bb_simple_error_msg_and_die("can't set multicast source interface");
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001030//TODO: we can query source port we bound to,
1031// and check it in replies... if we care enough
1032 xbind(sndsock, &source_lsa->u.sa, source_lsa->len);
Denys Vlasenkodf5c5392020-12-12 20:08:36 +01001033 if (ENABLE_FEATURE_CLEAN_UP)
1034 free(source_lsa);
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +01001035 } else {
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001036 len_and_sockaddr *source_lsa;
1037
Denys Vlasenkoca183112011-04-07 17:52:20 +02001038 set_nport(&dest_lsa->u.sa, htons(port));
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +01001039 /* Connect makes kernel pick source IP (and port if UDP) */
Denys Vlasenko3978adc2020-12-12 16:38:43 +01001040 xconnect(sndsock, &dest_lsa->u.sa, dest_lsa->len);
1041 /* Read IP and port */
1042 source_lsa = get_sock_lsa(sndsock);
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001043 if (source_lsa == NULL)
Denys Vlasenkoe76f03b2020-12-12 21:09:21 +01001044 bb_simple_perror_msg_and_die("getsockname");
1045 /* bind our recv ICMP socket to this IP (but not port, ICMP has no ports) */
1046 //set_nport(&source_lsa->u.sa, 0); - paranoia, seems to work without this for both ipv4 and ipv6
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001047 xbind(rcvsock, &source_lsa->u.sa, source_lsa->len);
Denys Vlasenkodf5c5392020-12-12 20:08:36 +01001048 if (ENABLE_FEATURE_CLEAN_UP)
1049 free(source_lsa);
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001050 }
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001051
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001052 /* Revert to non-privileged user after opening sockets */
Rob Landleyafb94ec2006-07-16 08:06:34 +00001053 xsetgid(getgid());
1054 xsetuid(getuid());
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001055
Guilherme Maciel Ferreira4a600f82013-03-08 16:50:51 -03001056 dest_str = xmalloc_sockaddr2dotted_noport(&dest_lsa->u.sa);
1057 printf("traceroute to %s (%s)", argv[0], dest_str);
Denys Vlasenkodf5c5392020-12-12 20:08:36 +01001058 if (ENABLE_FEATURE_CLEAN_UP)
Guilherme Maciel Ferreira4a600f82013-03-08 16:50:51 -03001059 free(dest_str);
Guilherme Maciel Ferreira4a600f82013-03-08 16:50:51 -03001060
Denis Vlasenko2e723232007-03-29 21:55:22 +00001061 if (op & OPT_SOURCE)
1062 printf(" from %s", source);
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +01001063 printf(", %d hops max, %d byte packets\n", G.max_ttl, packlen);
1064}
1065
1066static int
1067common_traceroute_main(int op, char **argv)
1068{
1069 int ttl;
1070 int seq;
1071 struct sockaddr *lastaddr;
1072
1073 traceroute_init(op, argv);
Eric Andersen5c58d282001-07-10 16:29:00 +00001074
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001075 lastaddr = xzalloc(dest_lsa->len);
Denys Vlasenko0d565682009-11-23 06:15:38 +01001076 seq = 0;
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +01001077 for (ttl = G.first_ttl; ttl <= G.max_ttl; ++ttl) {
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001078 int probe;
1079 int unreachable = 0; /* counter */
Eric Andersen5c58d282001-07-10 16:29:00 +00001080 int got_there = 0;
Eric Andersen5c58d282001-07-10 16:29:00 +00001081
Denis Vlasenko766c10c2009-01-24 20:14:24 +00001082 printf("%2d", ttl);
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +01001083 for (probe = 0; probe < G.nprobes; ++probe) {
Denis Vlasenko459be352007-06-17 19:09:05 +00001084 unsigned t1;
1085 unsigned t2;
Denys Vlasenkoa348b452011-05-05 02:31:30 +02001086 int left_ms;
Denys Vlasenko724c7df2020-12-12 21:44:32 +01001087 int read_len;
1088 int icmp_code;
Eric Andersen5c58d282001-07-10 16:29:00 +00001089
Denys Vlasenko8131eea2009-11-02 14:19:51 +01001090 fflush_all();
Denys Vlasenko3978adc2020-12-12 16:38:43 +01001091 if (probe != 0)
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +01001092 msleep(G.pausemsecs);
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001093
Denis Vlasenko459be352007-06-17 19:09:05 +00001094 send_probe(++seq, ttl);
Denys Vlasenko724c7df2020-12-12 21:44:32 +01001095
Denys Vlasenkoa348b452011-05-05 02:31:30 +02001096 t2 = t1 = monotonic_us();
Denys Vlasenkoa348b452011-05-05 02:31:30 +02001097 left_ms = waittime * 1000;
Denys Vlasenko724c7df2020-12-12 21:44:32 +01001098 for (;;) {
1099 /* NB: wait_for_reply() fills "G.from_lsa" and "G.to" with
1100 * "where it came from" and "what local address it arrived to"
1101 * addresses. Sets t2 = monotonic_us(), updates left_ms.
1102 */
1103 read_len = wait_for_reply(&t2, &left_ms);
Denys Vlasenkoa348b452011-05-05 02:31:30 +02001104
Denys Vlasenko724c7df2020-12-12 21:44:32 +01001105 if (read_len == 0) { /* there was no packet at all? */
1106 printf(" *");
1107 goto next_probe;
1108 }
Denys Vlasenko70726642020-12-12 17:45:49 +01001109 icmp_code = packet_ok(read_len, seq);
Denys Vlasenko724c7df2020-12-12 21:44:32 +01001110 if (icmp_code != 0)
1111 break; /* got a good response */
1112 /* unrecognized type/code or too short, back to recv */
1113 }
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001114
Denys Vlasenko724c7df2020-12-12 21:44:32 +01001115 if (probe == 0
1116 || (memcmp(lastaddr, &G.from_lsa->u.sa, G.from_lsa->len) != 0)
1117 ) {
1118 print(read_len);
1119 memcpy(lastaddr, &G.from_lsa->u.sa, G.from_lsa->len);
1120 }
1121 print_delta_ms(t1, t2);
Denys Vlasenkob4b18282020-12-13 14:58:11 +01001122 if (!G_ipv6) {
Denys Vlasenko724c7df2020-12-12 21:44:32 +01001123 if (op & OPT_TTL_FLAG) {
Denys Vlasenko3978adc2020-12-12 16:38:43 +01001124 struct ip *ip = (struct ip *)recv_pkt;
Denys Vlasenko724c7df2020-12-12 21:44:32 +01001125 printf(" (%d)", ip->ip_ttl);
Denys Vlasenko3978adc2020-12-12 16:38:43 +01001126 }
Denys Vlasenko724c7df2020-12-12 21:44:32 +01001127 }
Denys Vlasenkoa348b452011-05-05 02:31:30 +02001128
Denys Vlasenko724c7df2020-12-12 21:44:32 +01001129 /* Got a "time exceeded in transit" icmp message? */
1130 if (icmp_code == -1)
1131 continue;
1132
1133 icmp_code--;
1134 switch (icmp_code) {
1135#if ENABLE_TRACEROUTE6
1136 case ICMP6_DST_UNREACH_NOPORT << 8:
1137 got_there = 1;
1138 break;
1139#endif
1140 case ICMP_UNREACH_PORT: {
1141 struct ip *ip = (struct ip *)recv_pkt;
1142 if (ip->ip_ttl <= 1)
1143 printf(" !");
1144 got_there = 1;
1145 break;
1146 }
1147 case ICMP_UNREACH_NET:
1148#if ENABLE_TRACEROUTE6 && (ICMP6_DST_UNREACH_NOROUTE != ICMP_UNREACH_NET)
1149 case ICMP6_DST_UNREACH_NOROUTE << 8:
1150#endif
1151 printf(" !N");
1152 ++unreachable;
1153 break;
1154 case ICMP_UNREACH_HOST:
1155#if ENABLE_TRACEROUTE6
1156 case ICMP6_DST_UNREACH_ADDR << 8:
1157#endif
1158 printf(" !H");
1159 ++unreachable;
1160 break;
1161 case ICMP_UNREACH_PROTOCOL:
1162 printf(" !P");
1163 got_there = 1;
1164 break;
1165 case ICMP_UNREACH_NEEDFRAG:
1166 printf(" !F-%d", pmtu);
1167 ++unreachable;
1168 break;
1169 case ICMP_UNREACH_SRCFAIL:
1170#if ENABLE_TRACEROUTE6
1171 case ICMP6_DST_UNREACH_ADMIN << 8:
1172#endif
1173 printf(" !S");
1174 ++unreachable;
1175 break;
1176 case ICMP_UNREACH_FILTER_PROHIB:
1177 case ICMP_UNREACH_NET_PROHIB: /* misuse */
1178 printf(" !A");
1179 ++unreachable;
1180 break;
1181 case ICMP_UNREACH_HOST_PROHIB:
1182 printf(" !C");
1183 ++unreachable;
1184 break;
1185 case ICMP_UNREACH_HOST_PRECEDENCE:
1186 printf(" !V");
1187 ++unreachable;
1188 break;
1189 case ICMP_UNREACH_PRECEDENCE_CUTOFF:
1190 printf(" !C");
1191 ++unreachable;
1192 break;
1193 case ICMP_UNREACH_NET_UNKNOWN:
1194 case ICMP_UNREACH_HOST_UNKNOWN:
1195 printf(" !U");
1196 ++unreachable;
1197 break;
1198 case ICMP_UNREACH_ISOLATED:
1199 printf(" !I");
1200 ++unreachable;
1201 break;
1202 case ICMP_UNREACH_TOSNET:
1203 case ICMP_UNREACH_TOSHOST:
1204 printf(" !T");
1205 ++unreachable;
1206 break;
1207 default:
1208 printf(" !<%d>", icmp_code);
1209 ++unreachable;
1210 break;
1211 }
1212 next_probe: ;
Denys Vlasenkoa348b452011-05-05 02:31:30 +02001213 } /* for (nprobes) */
1214
Denis Vlasenko4daad902007-09-27 10:20:47 +00001215 bb_putchar('\n');
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001216 if (got_there
Denys Vlasenkocc55bbe2020-12-12 18:05:09 +01001217 || (unreachable > 0 && unreachable >= G.nprobes - 1)
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001218 ) {
"Vladimir N. Oleynik"45a8ed82005-09-06 16:08:33 +00001219 break;
Denis Vlasenkofa65a3d2009-01-24 20:11:36 +00001220 }
Eric Andersen5c58d282001-07-10 16:29:00 +00001221 }
Denys Vlasenko0d565682009-11-23 06:15:38 +01001222
Guilherme Maciel Ferreira4a600f82013-03-08 16:50:51 -03001223 if (ENABLE_FEATURE_CLEAN_UP) {
Denys Vlasenko70726642020-12-12 17:45:49 +01001224 free(G.to);
Guilherme Maciel Ferreira4a600f82013-03-08 16:50:51 -03001225 free(lastaddr);
Denys Vlasenko70726642020-12-12 17:45:49 +01001226 free(G.from_lsa);
Guilherme Maciel Ferreira4a600f82013-03-08 16:50:51 -03001227 }
1228
Eric Andersen5c58d282001-07-10 16:29:00 +00001229 return 0;
1230}
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001231
Denys Vlasenko83423972016-11-23 09:25:57 +01001232#if ENABLE_TRACEROUTE
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001233int traceroute_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
1234int traceroute_main(int argc UNUSED_PARAM, char **argv)
1235{
1236 return common_traceroute_main(0, argv);
1237}
Denys Vlasenko83423972016-11-23 09:25:57 +01001238#endif
Leonid Lisovskiy4c065312009-11-23 06:20:09 +01001239
1240#if ENABLE_TRACEROUTE6
1241int traceroute6_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
1242int traceroute6_main(int argc UNUSED_PARAM, char **argv)
1243{
1244 return common_traceroute_main(OPT_IPV6, argv);
1245}
1246#endif