Bug ID |
11390
|
Summary |
64-bit versions of Wireshark ship with 32-bit AndroidDump.exe
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
x86-64
|
OS |
Windows 8.1
|
Status |
UNCONFIRMED
|
Severity |
Minor
|
Priority |
Low
|
Component |
Extras
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
TShark (Wireshark) 1.99.8-492-g3f0f49d (v1.99.8rc0-492-g3f0f49d from master)
Copyright 1998-2015 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-lice
nses/gpl-2.0.html>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with WinPcap (unknown), with libz 1.2.8, with GLib 2.42.0,
with SMI 0.4.8, with c-ares 1.9.1, with Lua 5.2, with GnuTLS 3.2.15, with
Gcrypt
1.6.2, with MIT Kerberos, with GeoIP.
Running on 64-bit Windows 8.1, build 9600, with locale English_United
Kingdom.1252, with WinPcap version 4.1.3 (packet.dll version 4.1.0.2980), based
on libpcap version 1.0 branch 1_0_rel0b (20091008), with GnuTLS 3.2.15, with
Gcrypt 1.6.2.
AMD A6-5200 APU with Radeon(TM) HD Graphics (with SSE4.2), with 5577MB of
physical memory.
Built using Microsoft Visual C++ 12.0 build 31101
--
It appears that the optional AndroidDump extcap utility, installable in Git
builds of Wireshark is incorrectly built for distribution with the Win64
installation packages as a 32-bit executable, meaning that runtime dynamic
linking against libwiretap fails (firstly since no 64-bit version of
wiretap-1.99.8-492-g3f0f49d.dll is discovered in the extcap directory, and
secondly, since androiddump.exe can't shim/trampoline calls to functions in the
64-bit version, if copied from the parent directly, for obvious
ABI-compatibility reasons).
Launching androiddump.exe from a fresh installation of Wireshark, under Windows
8.1 results in: "The program can't start because
wiretap-1.99.8-492-g3f0f49d.dll is missing from your computer. Try reinstalling
the program to fix this problem".
Copying over wiretap-1.99.8-492-g3f0f49d.dll, and relaunching androiddump.exe
results in "The application was unable to start correctly (0x000007b). Click OK
to close the application".
You are receiving this mail because:
- You are watching all bug changes.