aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-11-12 07:31:38 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-11-12 07:31:38 +0000
commit634b43c3f96a4249c05ac3e159886875a0318f2c (patch)
tree28b8090a7d9a3ebed721b855b17e5b5c0b99d66b /packaging/portableapps
parent45989dae89769c050fabc462e73937592ed538e9 (diff)
update various other places, where WinPcap version 4.0.1 was used
svn path=/trunk/; revision=23431
Diffstat (limited to 'packaging/portableapps')
-rwxr-xr-xpackaging/portableapps/win32/WiresharkPortable.ini2
-rwxr-xr-xpackaging/portableapps/win32/WiresharkPortable.nsi2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/portableapps/win32/WiresharkPortable.ini b/packaging/portableapps/win32/WiresharkPortable.ini
index 1dc29e8b1b..22faab0493 100755
--- a/packaging/portableapps/win32/WiresharkPortable.ini
+++ b/packaging/portableapps/win32/WiresharkPortable.ini
@@ -9,7 +9,7 @@ WiresharkExecutable=wireshark.exe
AdditionalParameters=
#DisableSplashScreen=false
DisableWinPcapInstall=false
-WinPcapInstaller=WinPcap_4_0_1.exe
+WinPcapInstaller=WinPcap_4_0_2.exe
# This INI is an example only and will not work until placed according to the directions in readme.txt
# The above options are explained in the included readme.txt
diff --git a/packaging/portableapps/win32/WiresharkPortable.nsi b/packaging/portableapps/win32/WiresharkPortable.nsi
index f1ae117e8c..c744ff3f59 100755
--- a/packaging/portableapps/win32/WiresharkPortable.nsi
+++ b/packaging/portableapps/win32/WiresharkPortable.nsi
@@ -31,7 +31,7 @@
!define DEFAULTEXE "wireshark.exe"
!define DEFAULTAPPDIR "Wireshark"
!define DEFAULTSETTINGSDIR "settings"
-!define DEFAULTWINPCAP "WinPcap_4_0_1.exe"
+!define DEFAULTWINPCAP "WinPcap_4_0_2.exe"
;=== Program Details
Name "${FULLNAME}"