summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcus2005-09-18 09:53:13 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit70f150e7c0e5aca2faaef615fa7fd6953aa762ce (patch)
tree48f58bdacd0b8f4bec33662879b85e6ec866f2ed
parentd603e251daaae84e163d40dee6d1d17b5af48f17 (diff)
downloadmtr-AC-branch.zip
mtr-AC-branch.tar.gz
- patch for display Received packets counterauto/ac/mtr-0_69-3AC-STABLEAC-branch
Changed files: mtr-display.patch -> 1.1
-rw-r--r--mtr-display.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/mtr-display.patch b/mtr-display.patch
new file mode 100644
index 0000000..428dc05
--- /dev/null
+++ b/mtr-display.patch
@@ -0,0 +1,12 @@
+diff -uNr mtr-0.69.orig/mtr.c mtr-0.69/mtr.c
+--- mtr-0.69.orig/mtr.c 2005-09-18 10:54:21.000000000 +0200
++++ mtr-0.69/mtr.c 2005-09-18 11:31:50.000000000 +0200
+@@ -74,7 +74,7 @@
+
+
+ /* default display field(defined by key in net.h) and order */
+-unsigned char fld_active[2*MAXFLD] = "LS NABWV";
++unsigned char fld_active[2*MAXFLD] = "LSR NABWV";
+ int fld_index[256];
+ char available_options[MAXFLD];
+