Commit Graph

10 Commits

Author SHA1 Message Date
Roger Wolff
edd4258f25 Moved include of config.h above all other includes. 2013-10-26 19:13:48 +02:00
Travis Cross
8bddb5b8c3
Add -z / --show-ip support
This new option displays both the hostname and the IP address of a
host in the path.  This is particularly important when the hostname
determined by a reverse lookup has no corresponding forward record.

This is similar to the -b (both) option in tracepath, but -b was
already taken in mtr for --bitpattern.

Using this option also implies -w / --report-wide as this option isn't
terribly useful without it in report mode.

In general we endeavor to only show the IP address once per line, but
in the split view we consistently add a separate field for IP address
to the output.

Signed-off-by: Travis Cross <tc@traviscross.com>
2013-02-04 07:44:43 +00:00
Roger Wolff
5c7494c44f mtr v0.76
- display load sharing hosts in --raw output.  added about button in
   gui.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.76.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
de3d6bc16e mtr v0.73
- Some securty patches. Although MTR drops privileges as soon as
   possible after opening the sockets, it still had some sprintf
   calls, which have now been converted into snprintf.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.73.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
fc3fcefbc2 mtr v0.68
- included some old patches.
 - included patch from Antonio Querubin for better IPV6 support
   restructured some more whitespace.
 - added mtr.h where "global" things should go. Not finished moving
   things around, but now that the infrastructure is there, it should
   be easy.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.68.tar.gz
2013-02-03 20:45:38 +00:00
Roger Wolff
548d4b6082 mtr v0.55
- Cleanup patch. I'm going to do some maintenance on MTR, but I want
   to be able to say: Can you see which version fixed/broke things for
   you, so you're going to see a bunch of new releases soon.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.55.tar.gz
2013-02-03 20:45:37 +00:00
Roger Wolff
7ad4e85746 mtr v0.52
- Mostly cleanups from Brett Johnson on MacOS X. It may clean up some
   compilation problems on MacOS X as well.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.52.tar.gz
2013-02-03 20:45:37 +00:00
Roger Wolff
0fb88ef4a4 mtr v0.40
- Fixed some problems with HPUX and SunOS.
 - Included Olav Kvittem's patch to do packetsize option.
 - Made the timekeeping in micro seconds.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.40.tar.gz
2013-02-03 20:45:37 +00:00
Roger Wolff
f4b205deba mtr v0.29
- Lots of stuff.
 - Neato overview display by David Sward.
 - FreeBSD does wrong in the kernel the same that Solaris/x86 (see
   note for 0.27 does right. It forces mtr to send bad packets....
 - Adjusted "not too much at once" algorithm. Now probing continues as
   long as not more than 5 hosts are unknown.  Returning packets
   usually allow us to do the first sweep in one go.

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.29.tar.gz
2013-02-03 20:45:36 +00:00
Roger Wolff
4a16a7a858 mtr v0.25
- Included two "raw" formats. One for separating GUI from the setuid
   program, and one suitable for later parsing and
   displaying. Volunteers wanted to separate the GTK backend. Thanks
   to Bertrand Leconte for contributing the format that's now called
   "split".

source: ftp://ftp.bitwizard.nl/mtr/mtr-0.25.tar.gz
2013-02-03 20:45:36 +00:00