Bug ID |
12064
|
Summary |
extcap/androiddump: Wireshark fails to start when Android device attached
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
x86
|
OS |
Ubuntu
|
Status |
CONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
Extras
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Version 2.1.0 (v2.1.0rc0-1768-gd575992 from unknown)
Copyright 1998-2016 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/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 Qt 5.2.1, with libpcap, with POSIX capabilities (Linux),
with libnl 3, with libz 1.2.8, with GLib 2.40.2, with SMI 0.4.8, with c-ares
1.10.0, with Lua 5.2, with GnuTLS 2.12.23, with Gcrypt 1.5.3, with MIT
Kerberos,
with GeoIP, with QtMultimedia, without AirPcap.
Running on Linux 3.19.0-47-generic, with locale C, with libpcap version 1.5.3,
with libz 1.2.8, with GnuTLS 2.12.23, with Gcrypt 1.5.3.
Intel(R) Xeon(R) CPU W3680 @ 3.33GHz (with SSE4.2)
Built using gcc 4.8.4.
--
Wireshark fails to start when an Android device is connected via USB. Error
message is like this:
13:20:05 Err Preference
extcap.android-logcat-text-events-CB5A1ZN4HN.adbserverip contains invalid
characters
Reverting these patches solves the problem:
71a21d7 extcap: Correct save for file arguments
927ffaa extcap: Add Save functionality to options dialog
The problem appears to be that some new preferences are named based on the
extcap interface name. androiddump tool generate interface names from the
device serial number with capital letters present. Preferences however have to
be lower case only.
You are receiving this mail because:
- You are watching all bug changes.