summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-10-02 17:27:26 +0200
committerTobias Klauser <tklauser@distanz.ch>2020-10-02 17:27:26 +0200
commitb17a6335bde19f6e3ceecff70a897a77b449338f (patch)
treeee938a5b6f1a7e1700791e6bf1d3cfad5e949261
parent56f8f399a20275a4a73ebc4450bd8eeba7ee1656 (diff)
all: change bug report instructions in copyright message
The bugs@netsniff-ng.org e-mail bounces. Also it's more convenient to report bugs using GitHub rather than via e-mail, so consistently mention https://github.com/netsniff-ng/netsniff-ng/issues for where to report bugs. Fixes #226 Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r--astraceroute.c3
-rw-r--r--bpfc.c3
-rw-r--r--curvetun.c2
-rw-r--r--flowtop.c3
-rw-r--r--ifpps.c3
-rw-r--r--netsniff-ng.c3
-rw-r--r--staging/mausezahn.c2
-rw-r--r--trafgen.c3
8 files changed, 14 insertions, 8 deletions
diff --git a/astraceroute.c b/astraceroute.c
index 4567d03..4cc1377 100644
--- a/astraceroute.c
+++ b/astraceroute.c
@@ -119,7 +119,8 @@ static const struct option long_options[] = {
{NULL, 0, NULL, 0}
};
-static const char *copyright = "Please report bugs to <netsniff-ng@googlegroups.com>\n"
+static const char *copyright =
+ "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n"
"Copyright (C) 2011-2013 Daniel Borkmann <dborkma@tik.ee.ethz.ch>\n"
"Swiss federal institute of technology (ETH Zurich)\n"
"License: GNU GPL version 2.0\n"
diff --git a/bpfc.c b/bpfc.c
index 562c463..5dd84cf 100644
--- a/bpfc.c
+++ b/bpfc.c
@@ -33,7 +33,8 @@ static const struct option long_options[] = {
{NULL, 0, NULL, 0}
};
-static const char *copyright = "Please report bugs to <netsniff-ng@googlegroups.com>\n"
+static const char *copyright =
+ "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n"
"Copyright (C) 2011-2013 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,\n"
"Swiss federal institute of technology (ETH Zurich)\n"
"License: GNU GPL version 2.0\n"
diff --git a/curvetun.c b/curvetun.c
index 61ddc85..7c3cdb5 100644
--- a/curvetun.c
+++ b/curvetun.c
@@ -74,7 +74,7 @@ static const struct option long_options[] = {
};
static const char *copyright =
- "Please report bugs to <netsniff-ng@googlegroups.com>\n"
+ "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n"
"Copyright (C) 2011-2013 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,\n"
"Swiss federal institute of technology (ETH Zurich)\n"
"License: GNU GPL version 2.0\n"
diff --git a/flowtop.c b/flowtop.c
index 256bd05..62ce14d 100644
--- a/flowtop.c
+++ b/flowtop.c
@@ -225,7 +225,8 @@ static const struct option long_options[] = {
{NULL, 0, NULL, 0}
};
-static const char *copyright = "Please report bugs to <netsniff-ng@googlegroups.com>\n"
+static const char *copyright =
+ "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n"
"Copyright (C) 2011-2013 Daniel Borkmann <dborkma@tik.ee.ethz.ch>\n"
"Copyright (C) 2011-2012 Emmanuel Roullit <emmanuel.roullit@gmail.com>\n"
"Swiss federal institute of technology (ETH Zurich)\n"
diff --git a/ifpps.c b/ifpps.c
index 3c98643..d112374 100644
--- a/ifpps.c
+++ b/ifpps.c
@@ -93,7 +93,8 @@ static const struct option long_options[] = {
{NULL, 0, NULL, 0}
};
-static const char *copyright = "Please report bugs to <netsniff-ng@googlegroups.com>\n"
+static const char *copyright =
+ "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n"
"Copyright (C) 2009-2013 Daniel Borkmann <dborkma@tik.ee.ethz.ch>\n"
"Swiss federal institute of technology (ETH Zurich)\n"
"Copyright (C) 2013 Tobias Klauser <tklauser@distanz.ch>\n"
diff --git a/netsniff-ng.c b/netsniff-ng.c
index 81e49d1..aff569d 100644
--- a/netsniff-ng.c
+++ b/netsniff-ng.c
@@ -121,7 +121,8 @@ static const struct option long_options[] = {
{NULL, 0, NULL, 0}
};
-static const char *copyright = "Please report bugs to <netsniff-ng@googlegroups.com>\n"
+static const char *copyright =
+ "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n"
"Copyright (C) 2009-2013 Daniel Borkmann <dborkma@tik.ee.ethz.ch>\n"
"Copyright (C) 2009-2012 Emmanuel Roullit <emmanuel.roullit@gmail.com>\n"
"Copyright (C) 2012 Markus Amend <markus@netsniff-ng.org>\n"
diff --git a/staging/mausezahn.c b/staging/mausezahn.c
index cae57a1..ad46d35 100644
--- a/staging/mausezahn.c
+++ b/staging/mausezahn.c
@@ -223,7 +223,7 @@ static void version(void)
printf("\nmausezahn %s, Git id: %s\n", VERSION_LONG, GITVERSION);
puts("a fast versatile traffic generator\n"
"http://www.netsniff-ng.org\n\n"
- "Please report bugs to <bugs@netsniff-ng.org>\n"
+ "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n"
"Copyright (C) 2008-2010 Herbert Haas <herbert@perihel.at>,\n"
"Copyright (C) 2011 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,\n"
"Swiss federal institute of technology (ETH Zurich)\n"
diff --git a/trafgen.c b/trafgen.c
index 1fdf0ec..d024ab4 100644
--- a/trafgen.c
+++ b/trafgen.c
@@ -140,7 +140,8 @@ static const struct option long_options[] = {
{NULL, 0, NULL, 0}
};
-static const char *copyright = "Please report bugs to <netsniff-ng@googlegroups.com>\n"
+static const char *copyright =
+ "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n"
"Copyright (C) 2011-2013 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,\n"
"Swiss federal institute of technology (ETH Zurich)\n"
"License: GNU GPL version 2.0\n"