From 3a9c078f6c495ad78239a4847f87504837d56a02 Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Sun, 8 Dec 2019 18:23:44 -0500 Subject: [PATCH] If termshark won't run, point the user to a termshark FAQ. --- cmd/termshark/termshark.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/termshark/termshark.go b/cmd/termshark/termshark.go index 6da5116..364d415 100644 --- a/cmd/termshark/termshark.go +++ b/cmd/termshark/termshark.go @@ -608,7 +608,7 @@ func cmain() int { fmt.Fprintf(os.Stderr, "You might need: sudo setcap cap_net_raw,cap_net_admin+eip %s\n", termshark.DumpcapBin()) fmt.Fprintf(os.Stderr, "Or try running with sudo or as root.\n") } - fmt.Fprintf(os.Stderr, "See https://wiki.wireshark.org/CaptureSetup/CapturePrivileges for more info.\n") + fmt.Fprintf(os.Stderr, "See https://termshark.io/no-root for more info.\n") } }()