summaryrefslogtreecommitdiffstats
path: root/contrib/traceroute/traceroute.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the TCP tracerouting which resulted in not accepting anytuexen2012-04-261-4/+3
* For some reason, contrib/traceroute/traceroute.c ensures MAXHOSTNAMELENdim2011-06-261-1/+1
* Check return code of setuid() in traceroute.simon2011-04-231-1/+4
* traceroute(8): make WARNS=3 cleanuqs2010-12-041-8/+5
* Remove unused traceroute(8) contrib code from headuqs2010-11-271-5/+0
* Remove unneeded struct timezone passed to gettimeofday().ed2010-08-081-5/+3
* - Add AS lookup functionality to traceroute6(8) as well.ume2009-08-231-4/+6
* Add AS lookup functionality. On each hop we query a whois server torpaulo2008-02-201-4/+31
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-1/+1
* o I failed to find a suitable explanation why traceroute(8) andmaxim2007-04-301-1/+1
* Make it so that the synopsis and usage message almost agree.dwmalone2006-10-151-1/+1
* Add a -D option to traceroute that prints the differences betweendwmalone2006-10-151-4/+54
* Make traceroute decode all the ICMP unreachable messages defineddwmalone2006-06-131-0/+35
* Option for setting a fixed destination port. This is useful for tracingcjc2006-05-111-8/+15
* - Update pretty print of multipath routes to better handle timeout of firstpav2006-01-101-1/+1
* Pretty print multipath routes.andre2005-08-261-0/+1
* Check -s option source address for validity.pb2004-04-171-2/+2
* Fix traceroute where [number of hops] * [number of packets per hop] > 255.cperciva2004-01-231-2/+2
* Calculate checksums correctly when LSRR is in effect by passing thefenner2002-07-281-24/+36
* Merge 1.4a12fenner2002-07-281-198/+509
* s/ifdef/ifndef/.dcs2002-07-231-1/+1
* Add an ICMP protocol handler, partly based on LBL's traceroute 1.4 .fenner2002-07-221-3/+56
* Actually use gen_prep() and gen_check(), instead of udp_prep() andfenner2002-07-221-3/+3
* Allocate and clear the correct number of bytes for arobert2002-06-231-2/+2
* Fetch the default maximum TTL value from the net.inet.ip.ttl MIB.ru2001-06-061-6/+21
* Defining usage() "__dead" is just ridiculous. It also won't compile withobrien2000-10-271-2/+2
* Don't write past the end of our fd_setkris2000-10-081-4/+9
* Format string paranoia.kris2000-10-081-5/+5
* Document the -S flag (added in rev. 1.4) in the usage() function.ghelmer2000-07-071-1/+1
* Correct FreeBSD id place. Also correct vendor rcsid.shin2000-03-301-3/+5
* Bypass IPsec for traceroute invoked by root.shin2000-03-301-1/+49
* Fix bug (introduced by me) where UDP port numbers were starting at 1 insteadarchie1999-06-251-3/+7
* Add a min TTL flag to go along with the max TTL flag. That is, this flagarchie1999-05-121-9/+25
* Add the capability for traceroute(8) to send packets of any IP protocolarchie1999-05-061-32/+215
* Better fix for the traceroute flood bug.des1999-02-161-7/+16
* If the user provided a large enough argument to the -w option, the sumdes1999-02-151-1/+3
* Fix an alignment problem on alpha by doing a bytewise copy.jb1998-06-061-2/+4
* Fix a typo. Oops.sef1996-10-081-2/+2
* Paul objected to my previous change. This adds the same functionalitysef1996-10-081-3/+9
* Print out a summary of the loss percentages for each hop. No manual changessef1996-10-051-3/+7
* Add FreeBSD modificationsfenner1996-09-301-9/+38
* Virgin import of LBL traceroute version 1.3.2.fenner1996-09-301-0/+977
OpenPOWER on IntegriCloud