Wireshark-bugs: [Wireshark-bugs] [Bug 8371] Patch to open reference packet in new window

Date: Thu, 21 Mar 2013 20:12:29 +0000

Comment # 7 on bug 8371 from
Yes, you are double right
- need to use logical &
- work is unstable

I think problem is in internal usage of Ctrl by GTK. Ctrl is used to unselect
item when click mouse.

I have replaced Ctrl by Alt and it's OK

if(event->state & GDK_MOD1_MASK )
    new_packet_window(NULL, TRUE, FALSE);


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