Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 12553] Change the extcap list into a dropdown menu

Date: Thu, 30 Jun 2016 16:51:08 +0000

Comment # 1 on bug 12553 from
(In reply to Dario Lombardo from comment #0)

> An improvement of the current interfaces list would be to change the extcap
> list into a dropdown menu. With the growth of the extcaps, this list is
> becoming longer and longer. Since it will be possibily made of extcap the
> user doesn't need (especially all together), the dropdown seems to be a
> better choice.

Would an expandable tree item work instead of a dropdown? The interface lists
in the Qt UI are implemented in ui/qt/interface_tree.cpp. As the name implies,
it's a tree widget[1]. Sticking the extcap interfaces under an "External
Devices" tree item shouldn't be too difficult.

[1] Most of the "lists" in the Qt UI are actually trees. QListView gives you
one column and QTableView is cell-based (i.e. it's a spreadsheet).


You are receiving this mail because:
  • You are watching all bug changes.