aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2023-12-19 12:39:08 -0800
committerAndersBroman <a.broman58@gmail.com>2023-12-20 05:51:42 +0000
commitc55ae0513f950e75120ce8ce61e033bc853d891e (patch)
tree8f75e0ccf987c1bc7545c57e07c549f536aefa7a /packaging/nsis
parent29e56d0167588c53a3c2b7ffd35c170edbb1a656 (diff)
NSIS: Remove some references to WinPcap
We really shouldn't be linking to it at this point. Fixes #16151
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/NpcapPage.ini13
-rw-r--r--packaging/nsis/wireshark.nsi2
2 files changed, 3 insertions, 12 deletions
diff --git a/packaging/nsis/NpcapPage.ini b/packaging/nsis/NpcapPage.ini
index 1b523c7ef1..6e95ad3465 100644
--- a/packaging/nsis/NpcapPage.ini
+++ b/packaging/nsis/NpcapPage.ini
@@ -70,16 +70,7 @@ Text='net stop npcap' as Administrator before upgrading Npcap, so that it doesn'
Type=Link
Left=0
Right=290
-Top=112
-Bottom=120
-Text=Get WinPcap
-State=https://www.winpcap.org/
-
-[Field 10]
-Type=Link
-Left=0
-Right=290
Top=127
Bottom=135
-Text=Learn more about Npcap and WinPcap
-State=https://gitlab.com/wireshark/wireshark/-/wikis/WinPcap
+Text=Learn more about Npcap
+State=https://wiki.wireshark.org/WinPcap
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 46f9534e74..bbfb585d13 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -503,7 +503,7 @@ Function DisplayDonatePage
FunctionEnd
Function DisplayNpcapPage
- !insertmacro MUI_HEADER_TEXT "Packet Capture" "Wireshark requires either Npcap or WinPcap to capture live network data."
+ !insertmacro MUI_HEADER_TEXT "Packet Capture" "Wireshark requires Npcap to capture live network data."
!insertmacro INSTALLOPTIONS_DISPLAY "NpcapPage.ini"
FunctionEnd