diff options
-rw-r--r-- | astraceroute.c | 3 | ||||
-rw-r--r-- | bpfc.c | 3 | ||||
-rw-r--r-- | curvetun.c | 2 | ||||
-rw-r--r-- | flowtop.c | 3 | ||||
-rw-r--r-- | ifpps.c | 3 | ||||
-rw-r--r-- | netsniff-ng.c | 3 | ||||
-rw-r--r-- | staging/mausezahn.c | 2 | ||||
-rw-r--r-- | 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 <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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" |