[-]
[+]
|
Added |
mtr.changes
|
|
[-]
[+]
|
Added |
mtr.spec
^
|
|
[-]
[+]
|
Added |
mtr-0.75-manmtr.patch
^
|
@@ -0,0 +1,17 @@
+--- mtr.8
++++ mtr.8
+@@ -48,6 +48,14 @@
+
+ .SH DESCRIPTION
+
++This version was compiled
++.BR without
++.BR GTK .
++Therefore corresponding options doesn't work. You can use
++.B xmtr
++for work with GTK interface.
++
++.PP
+ .B mtr
+ combines the functionality of the
+ .B traceroute
|
[-]
[+]
|
Added |
mtr-0.75-manxmtr.patch
^
|
@@ -0,0 +1,130 @@
+--- xmtr.8
++++ xmtr.8
+@@ -2,11 +2,11 @@
+
+
+ .SH NAME
+-mtr \- a network diagnostic tool
++xmtr \- a network diagnostic tool
+
+
+ .SH SYNOPSIS
+-.B mtr
++.B xmtr
+ [\c
+ .B \-hvrctglsni\c
+ ]
+@@ -48,7 +48,7 @@
+
+ .SH DESCRIPTION
+
+-.B mtr
++.B xmtr
+ combines the functionality of the
+ .B traceroute
+ and
+@@ -57,9 +57,9 @@
+
+ .PP
+ As
+-.B mtr
++.B xmtr
+ starts, it investigates the network connection between the host
+-.B mtr
++.B xmtr
+ runs on and
+ .BR HOSTNAME .
+ After it determines the address of each network hop between the
+@@ -82,7 +82,7 @@
+ .TP
+ .B \-\-version
+ .br
+-Print the installed version of mtr.
++Print the installed version of xmtr.
+
+ .TP
+ .B \-r
+@@ -90,11 +90,11 @@
+ .B \-\-report
+ .br
+ This option puts
+-.B mtr
++.B xmtr
+ into
+ .B report
+ mode. When in this mode,
+-.B mtr
++.B xmtr
+ will run for the number of cycles specified by the
+ .B \-c
+ option, and then print statistics and exit.
+@@ -102,9 +102,9 @@
+ \c
+ This mode is useful for generating statistics about network quality.
+ Note that each running instance of
+-.B mtr
++.B xmtr
+ generates a significant amount of network traffic. Using
+-.B mtr
++.B xmtr
+ to measure the quality of your network may result in decreased
+ network performance.
+
+@@ -134,7 +134,7 @@
+ .B \-\-curses
+ .br
+ Use this option to force
+-.B mtr
++.B xmtr
+ to use the curses based terminal
+ interface (if available).
+
+@@ -144,7 +144,7 @@
+ .B \-\-no-dns
+ .br
+ Use this option to force
+-.B mtr
++.B xmtr
+ to display numeric IP numbers and not try to resolve the
+ host names.
+
+@@ -154,10 +154,10 @@
+ .B \-\-gtk
+ .br
+ Use this option to force
+-.B mtr
++.B xmtr
+ to use the GTK+ based X11 window interface (if available).
+ GTK+ must have been available on the system when
+-.B mtr
++.B xmtr
+ was built for this to work. See the GTK+ web page at
+ .B http://www.gimp.org/gtk/
+ for more information about GTK+.
+@@ -168,7 +168,7 @@
+ .B \-\-split
+ .br
+ Use this option to set
+-.B mtr
++.B xmtr
+ to spit out a format that is suitable for a split-user interface.
+
+ .TP
+@@ -177,7 +177,7 @@
+ .B \-\-raw
+ .br
+ Use this option to tell
+-.B mtr
++.B xmtr
+ to use the raw output format. This format is better suited for
+ archival of the measurement results. It could be parsed to
+ be presented into any of the other display methods.
+@@ -195,7 +195,7 @@
+ Some modern routers give a lower priority to ICMP ECHO packets than
+ to other network traffic. Consequently, the reliability of these
+ routers reported by
+-.B mtr
++.B xmtr
+ will be significantly lower than the actual reliability of
+ these routers.
+
|
[-]
[+]
|
Added |
mtr-0.75-nonvoid.patch
^
|
@@ -0,0 +1,11 @@
+--- display.c
++++ display.c
+@@ -37,7 +37,7 @@
+ #define mtr_curses_open()
+ #define mtr_curses_close()
+ #define mtr_curses_redraw()
+-#define mtr_curses_keyaction()
++#define mtr_curses_keyaction() 0
+ #define mtr_curses_clear()
+ #else
+ #include "mtr-curses.h"
|
[-]
[+]
|
Added |
mtr-0.75-sec_snprintf.patch
^
|
@@ -0,0 +1,5 @@
+--- dns.c
++++ dns.c
+@@ -903 +903 @@ void resendrequest(struct resolve *rp,in
+- sprintf(tempstring,"%u.%u.%u.%u.in-addr.arpa",
++ snprintf(tempstring, sizeof(tempstring),"%u.%u.%u.%u.in-addr.arpa",
|
|
Added |
mtr-0.85.tar.bz2
^
|
|
Added |
mtr.gif
^
|
|
Added |
ready
^
|
[-]
[+]
|
Added |
xmtr.desktop
^
|
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Type=Application
+Exec=xmtr
+Icon=xmtr_icon
+Name=Xmtr
+GenericName=Network Diagnostic Tool
|