From b17a6335bde19f6e3ceecff70a897a77b449338f Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 2 Oct 2020 17:27:26 +0200 Subject: 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 --- astraceroute.c | 3 ++- bpfc.c | 3 ++- curvetun.c | 2 +- flowtop.c | 3 ++- ifpps.c | 3 ++- netsniff-ng.c | 3 ++- staging/mausezahn.c | 2 +- trafgen.c | 3 ++- 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 \n" +static const char *copyright = + "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n" "Copyright (C) 2011-2013 Daniel Borkmann \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 \n" +static const char *copyright = + "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n" "Copyright (C) 2011-2013 Daniel Borkmann ,\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 \n" + "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n" "Copyright (C) 2011-2013 Daniel Borkmann ,\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 \n" +static const char *copyright = + "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n" "Copyright (C) 2011-2013 Daniel Borkmann \n" "Copyright (C) 2011-2012 Emmanuel Roullit \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 \n" +static const char *copyright = + "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n" "Copyright (C) 2009-2013 Daniel Borkmann \n" "Swiss federal institute of technology (ETH Zurich)\n" "Copyright (C) 2013 Tobias Klauser \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 \n" +static const char *copyright = + "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n" "Copyright (C) 2009-2013 Daniel Borkmann \n" "Copyright (C) 2009-2012 Emmanuel Roullit \n" "Copyright (C) 2012 Markus Amend \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 \n" + "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n" "Copyright (C) 2008-2010 Herbert Haas ,\n" "Copyright (C) 2011 Daniel Borkmann ,\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 \n" +static const char *copyright = + "Please report bugs at https://github.com/netsniff-ng/netsniff-ng/issues\n" "Copyright (C) 2011-2013 Daniel Borkmann ,\n" "Swiss federal institute of technology (ETH Zurich)\n" "License: GNU GPL version 2.0\n" -- cgit v1.2.3-54-g00ecf