aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-01-06 16:10:32 -0800
committerGerald Combs <gerald@wireshark.org>2022-01-06 16:12:30 -0800
commitc65f0a5a155d0eca8221bb5c745c5c8f70d1605d (patch)
tree712463afc34f5c4c15c531928d7f1277eed92235 /dumpcap.c
parentacc0260c84fccb4049ac569e72aaf6a6899ef77a (diff)
Update our Npcap URLs.
The official Npcap web site is now https://npcap.com/. Update our URLs to match. Fixes #17838.
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 672802084d..32575b44ee 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -576,7 +576,7 @@ get_pcap_failure_secondary_error_message(cap_device_open_status open_status,
return
"In order to capture packets, Npcap or WinPcap must be installed. See\n"
"\n"
- " https://nmap.org/npcap/\n"
+ " https://npcap.com/\n"
"\n"
"for a downloadable version of Npcap and for instructions on how to\n"
"install it.";