diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2020-10-02 17:27:26 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2020-10-02 17:27:26 +0200 |
commit | b17a6335bde19f6e3ceecff70a897a77b449338f (patch) | |
tree | ee938a5b6f1a7e1700791e6bf1d3cfad5e949261 /bpfc.c | |
parent | 56f8f399a20275a4a73ebc4450bd8eeba7ee1656 (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>
Diffstat (limited to 'bpfc.c')
-rw-r--r-- | bpfc.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |