Page 1 of 1
[RESOLVED] Wireshark packet
Published: June 15, 2017 - 4:14 PM
by gaelds
Good morning,
I'm having a small problem with the Wireshark 2.0.1 package. On a 64-bit Windows 7 PC, I get this message in the console:
Code: Select all
EWaptSetupException: Fatal error : Setup Wireshark-win64-2.0.1.exe has been and uninstall key Wireshark found but version is not good
In the list of programs installed on the computer, I can clearly see "Wireshark 2.0.1 (64-bits)"
Re: Wireshark package
Published: June 21, 2017 - 00:16
by sfonteneau
The package contains an error, explanation:
There is no min_version specified in install_exe_if_needed.
When no min_version is specified, the install_exe_if_needed function retrieves the version from the installation file:
https://github.com/tranquilit/WAPT/blob ... s.py#L3803
In this specific case, the version returned by the file is: 2.0.1.0.
The version returned by the uninstallkey after installation is: 2.0.1.
At the end, a small check is performed to verify that everything went smoothly.
Since 2.0.1.0 > 2.0.1, wapt indicates that the uninstallkey was found but that the key is incorrect.
The package therefore needs to be corrected.
Re: Wireshark package
Published: June 21, 2017 - 08:23
by gaelds
Thanks Simon, I added min_version='2.0.1' to install_exe_if_needed and it works.
Re: Wireshark package
Published: March 13, 2020 - 1:02 PM
by WAPT user CN
Hello,
the current dependency for the package is: tis-npcap
but the package in the repository is tis-winpcap.
Mathieu
Re: Wireshark package
Published: March 18, 2020 - 5:58 PM
by jpele
Hello,
The package has been added to the Store:
https://store.wapt.fr/store/tis-npcap
Please note that the installation is not silent, so you will need to type the command "wapt-get install tis-npcap" on the machine in question. (Uninstallation is silent).
Regards,
Jimmy
Re: Wireshark package
Published: March 31, 2020 - 11:43
by WAPT user CN
jpele wrote: ↑March 18, 2020 - 5:58 PM
Hello,
The package has been added to the Store:
https://store.wapt.fr/store/tis-npcap
Note that the installation is not silent, so you will need to type the command "wapt-get install tis-npcap" on the machine in question. (The uninstallation is silent).
Regards,
Jimmy
Thanks Jimmy!
Wouldn't Wireshark work with WinPcap?
Mathieu
Re: [SOLVED] Wireshark packet
Published: April 9, 2020 - 2:39 PM
by jpele
Wincap may no longer work with the latest versions of Wireshark; I suggest you check which versions are compatible. In any case, Wincap development has been discontinued and continued on the Npcap project.
Re: [SOLVED] Wireshark packet
Published: April 9, 2020 - 3:19 PM
by WAPT user CN
Received!
Thank you