Wireshark-bugs: [Wireshark-bugs] [Bug 11364] Turning monitor mode on or off doesn't change the l
Date: Sun, 24 Jan 2016 02:12:10 +0000

Comment # 4 on bug 11364 from
(In reply to Evan Huus from comment #2)
> This code was just never written; the place to add a hook is in
> `InterfaceTreeDelegate::monitor_changed()` and it will probably look
> something like the logic in `capture_prep_monitor_changed_cb` (the GTK
> implementation).

Except for the part that doesn't, which is the Qt part.  The logic to generate
the list of link-layer header types would look similar; the logic to actually
make that affect the QComboWidget in the col_link_ column for a given row is
trapped in a twisty little maze of classes and delegates, all different.

*Somehow*, we need to get a handle on that QComboBox and hit it with a hammer
whenever the monitor mode column is changed.


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