Wireshark-bugs: [Wireshark-bugs] [Bug 11733] New: Interface list doesn't show well when the list
Bug ID |
11733
|
Summary |
Interface list doesn't show well when the list is very long
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
x86-64
|
OS |
Ubuntu
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
bugzilla-admin@wireshark.org
|
Reporter |
lomato@gmail.com
|
Build Information:
TShark (Wireshark) 2.1.0 (v2.1.0rc0-635-gd6da952 from unknown)
Copyright 1998-2015 Gerald Combs <gerald@wireshark.org> 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 libpcap, with POSIX capabilities (Linux), without libnl,
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.
Running on Linux 3.13.0-68-generic, with locale
LC_CTYPE=en_US.UTF-8;LC_NUMERIC=it_IT.UTF-8;LC_TIME=it_IT.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=it_IT.UTF-8;LC_MESSAGES=en_US.UTF-8;LC_PAPER=it_IT.UTF-8;LC_NAME=it_IT.UTF-8;LC_ADDRESS=it_IT.UTF-8;LC_TELEPHONE=it_IT.UTF-8;LC_MEASUREMENT=it_IT.UTF-8;LC_IDENTIFICATION=it_IT.UTF-8,
with libpcap version 1.5.3, with libz 1.2.8, with GnuTLS 2.12.23, with Gcrypt
1.5.3.
Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz (with SSE4.2)
Built using gcc 4.8.4.
--
When there are many interfaces the QT UI doesn't show the complete list.
Sometimes a scrollbar appears, but it can't show all of them.
To have a huge number of interfaces, they can be fakely created using the
provided example extcap, running something like this (this works from a cmake
build dir)
for (( i = 1 ; i < 20 ; i++ )); do cat ../doc/extcap_example.py | sed
's/example1/example'$i'/g' > run/extcap/bug$i; chmod +x run/extcap/bug$i; done
This creates 20 fake interfaces, that can't be shown all up in the interfaces
list.
You are receiving this mail because:
- You are watching all bug changes.