Discussion:
How to find out the current locally installed version of WinPCap?
Ben Stover
2009-02-25 18:41:06 UTC
Permalink
I somehow guess that WinPCap is already installed on a certain local computer (under WinXP+SP3).

How can I find out if WinPCap is installed and if yes which version?

Is WinPCap implemented as a DLL or as a SYS driver?

Ben





___________________________________________________________________________
Sent via: Wireshark-users mailing list <wireshark-users-IZ8446WsY0/***@public.gmane.org>
Archives: http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
mailto:wireshark-users-request-IZ8446WsY0/***@public.gmane.org?subject=unsubscribe
Gerald Combs
2009-02-25 19:13:52 UTC
Permalink
Post by Ben Stover
I somehow guess that WinPCap is already installed on a certain local computer (under WinXP+SP3).
How can I find out if WinPCap is installed and if yes which version?
Is WinPCap implemented as a DLL or as a SYS driver?
You might try the registry:

C:\>reg query
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WinPcapInst

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WinPcapInst
DisplayName REG_SZ WinPcap 4.1 beta4
UninstallString REG_SZ C:\Program Files\WinPcap\uninstall.exe
Publisher REG_SZ CACE Technologies
URLInfoAbout REG_SZ http://www.cacetech.com
URLUpdateInfo REG_SZ http://www.winpcap.org
VersionMajor REG_SZ 4
VersionMinor REG_SZ 1
DisplayVersion REG_SZ 4.1.0.1237

Wireshark's installer uses UninstallString, DisplayName, and DisplayVersion:
http://anonsvn.wireshark.org/wireshark/trunk/packaging/nsis/wireshark.nsi
--
Join us for Sharkfest’09 | Stanford University, June 15 – 18
http://www.cacetech.com/sharkfest.09/
___________________________________________________________________________
Sent via: Wireshark-users mailing list <wireshark-***@wireshark.org>
Archives: http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
mailto:wireshark-users-***@wire
wsgd
2009-02-25 19:26:59 UTC
Permalink
Configuration panel / Add or remove a program

Olivier
Post by Ben Stover
I somehow guess that WinPCap is already installed on a certain local computer (under WinXP+SP3).
How can I find out if WinPCap is installed and if yes which version?
Is WinPCap implemented as a DLL or as a SYS driver?
Ben
___________________________________________________________________________
Archives: http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
--
Wireshark Generic Dissector http://wsgd.free.fr

___________________________________________________________________________
Sent via: Wireshark-users mailing list <wireshark-users-IZ8446WsY0/***@public.gmane.org>
Archives: http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
mailto:wireshark-users-request-IZ8446WsY0/***@public.gmane.org?subject=unsubscribe
Loading...