aboutsummaryrefslogtreecommitdiff
path: root/contrib/traceroute/traceroute.c
Commit message (Expand)AuthorAgeFilesLines
* libcasper: ange the name of limits in cap_dns so the intentions are obvious.Mariusz Zaborski2018-11-121-1/+1
* When using SCTP for sending probe packets, use INIT chunks for payloadsMichael Tuexen2018-01-271-19/+75
* We use a few different ifdef's names to check if we are using Casper or not,Mariusz Zaborski2017-09-211-10/+10
* Unbreak traceroute on system built without CAPSICUMMichal Meloun2017-03-161-2/+7
* Cache NLS data for strerror(3).Mariusz Zaborski2017-03-091-0/+3
* Capsicumize traceroute.Mariusz Zaborski2017-02-201-6/+95
* A TCP checksum of 0 is completely valid. Mapping 0 to 0xffff onlyMichael Tuexen2015-05-311-4/+2
* Don't send illegal packets when using UDP-Lite.Michael Tuexen2015-05-311-5/+42
* Use an empty string for field descriptions of unknown protocols.Michael Tuexen2015-05-311-1/+1
* Don't send malformed SCTP probe packets.Michael Tuexen2015-05-311-0/+151
* When the packet verification fails in verbose mode, print the correctMichael Tuexen2015-05-311-2/+2
* There is no payload anymore. So compute the minimum packet lengthMichael Tuexen2015-05-301-2/+5
* Require the embedded packet to contain 8 bytes after the IP header insteadMichael Tuexen2015-05-301-1/+1
* Remove trailing whitespaces.Michael Tuexen2015-05-301-4/+4
* Fix a bug in the TCP tracerouting which resulted in not accepting anyMichael Tuexen2012-04-261-4/+3
* For some reason, contrib/traceroute/traceroute.c ensures MAXHOSTNAMELENDimitry Andric2011-06-261-1/+1
* Check return code of setuid() in traceroute.Simon L. B. Nielsen2011-04-231-1/+4
* traceroute(8): make WARNS=3 cleanUlrich Spörlein2010-12-041-8/+5
* Remove unused traceroute(8) contrib code from headUlrich Spörlein2010-11-271-5/+0
* Remove unneeded struct timezone passed to gettimeofday().Ed Schouten2010-08-081-5/+3
* - Add AS lookup functionality to traceroute6(8) as well.Hajimu UMEMOTO2009-08-231-4/+6
* Add AS lookup functionality. On each hop we query a whois server toRui Paulo2008-02-201-4/+31
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-1/+1
* o I failed to find a suitable explanation why traceroute(8) andMaxim Konovalov2007-04-301-1/+1
* Make it so that the synopsis and usage message almost agree.David Malone2006-10-151-1/+1
* Add a -D option to traceroute that prints the differences betweenDavid Malone2006-10-151-4/+54
* Make traceroute decode all the ICMP unreachable messages definedDavid Malone2006-06-131-0/+35
* Option for setting a fixed destination port. This is useful for tracingCrist J. Clark2006-05-111-8/+15
* - Update pretty print of multipath routes to better handle timeout of firstPav Lucistnik2006-01-101-1/+1
* Pretty print multipath routes.Andre Oppermann2005-08-261-0/+1
* Check -s option source address for validity.Pierre Beyssac2004-04-171-2/+2
* Fix traceroute where [number of hops] * [number of packets per hop] > 255.Colin Percival2004-01-231-2/+2
* Calculate checksums correctly when LSRR is in effect by passing theBill Fenner2002-07-281-24/+36
* Merge 1.4a12Bill Fenner2002-07-281-198/+509
* s/ifdef/ifndef/.Daniel C. Sobral2002-07-231-1/+1
* Add an ICMP protocol handler, partly based on LBL's traceroute 1.4 .Bill Fenner2002-07-221-3/+56
* Actually use gen_prep() and gen_check(), instead of udp_prep() andBill Fenner2002-07-221-3/+3
* Allocate and clear the correct number of bytes for aRobert Drehmel2002-06-231-2/+2
* Fetch the default maximum TTL value from the net.inet.ip.ttl MIB.Ruslan Ermilov2001-06-061-6/+21
* Defining usage() "__dead" is just ridiculous. It also won't compile withDavid E. O'Brien2000-10-271-2/+2
* Don't write past the end of our fd_setKris Kennaway2000-10-081-4/+9
* Format string paranoia.Kris Kennaway2000-10-081-5/+5
* Document the -S flag (added in rev. 1.4) in the usage() function.Guy Helmer2000-07-071-1/+1
* Correct FreeBSD id place. Also correct vendor rcsid.Yoshinobu Inoue2000-03-301-3/+5
* Bypass IPsec for traceroute invoked by root.Yoshinobu Inoue2000-03-301-1/+49
* Fix bug (introduced by me) where UDP port numbers were starting at 1 insteadArchie Cobbs1999-06-251-3/+7
* Add a min TTL flag to go along with the max TTL flag. That is, this flagArchie Cobbs1999-05-121-9/+25
* Add the capability for traceroute(8) to send packets of any IP protocolArchie Cobbs1999-05-061-32/+215
* Better fix for the traceroute flood bug.Dag-Erling Smørgrav1999-02-161-7/+16
* If the user provided a large enough argument to the -w option, the sumDag-Erling Smørgrav1999-02-151-1/+3