Wireshark-bugs: [Wireshark-bugs] [Bug 10685] Crash (segfault) when enabling monitor mode

Date: Fri, 28 Nov 2014 16:05:56 +0000

Comment # 2 on bug 10685 from
What a mess, capture_prep_monitor_changed_cb removes the interface, does a lot
of magic that is duplicated in the ui/gtk/capture_dlg.c file and qt file (grep
for "DLT n") and then adds the modified interface back.

Meanwhile, I guess that a netlink event occurs because a new monitor interface
was added (even though mon0 is already a monitor device). This races with the
above situation and results in this crash.


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