[RESOLVED] Wireshark packet

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
Gaelds
Messages: 254
Registration: Nov 22, 2015 - 08:37

June 15, 2017 - 4:14 PM

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)"
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

June 21, 2017 - 00:16

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.
Gaelds
Messages: 254
Registration: Nov 22, 2015 - 08:37

June 21, 2017 - 08:23

Thanks Simon, I added min_version='2.0.1' to install_exe_if_needed and it works.
WAPT user CN
Messages: 11
Registration: January 9, 2019 - 4:34 AM

March 13, 2020 - 1:02 PM

Hello,

the current dependency for the package is: tis-npcap
but the package in the repository is tis-winpcap.

Mathieu
French International School of Beijing (China)
User avatar
jpele
Messages: 156
Registration: March 4, 2019 - 12:01
Location: Nantes

March 18, 2020 - 5:58 PM

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
WAPT user CN
Messages: 11
Registration: January 9, 2019 - 4:34 AM

March 31, 2020 - 11:43

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
French International School of Beijing (China)
User avatar
jpele
Messages: 156
Registration: March 4, 2019 - 12:01
Location: Nantes

April 9, 2020 - 2:39 PM

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.
WAPT user CN
Messages: 11
Registration: January 9, 2019 - 4:34 AM

April 9, 2020 - 3:19 PM

Received!

Thank you
French International School of Beijing (China)
Locked