Wireshark-bugs: [Wireshark-bugs] [Bug 11488] [GTK/Qt] "assertion failed: (!packet_scope->in_scop
Date: Sat, 29 Aug 2015 22:58:00 +0000

Comment # 1 on bug 11488 from
Yow that's ugly.

It looks as if popping up dialogs in the process of dissection Doesn't Work
Well; I suspect that, when the dialog is dismissed, the widgets for the main
window redraw, and they need to run the dissectors again to get the information
needed to redraw - but there's already a dissection in process.

The short-term fix is probably to just #if 0 out the report_open_failure()
call.

A longer-term fix is probably to have a way to post errors in dissectors for
later display, and have those errors pop up as dialogs in Wireshark after the
dissection completes, the display is drawn, and Wireshark's back at the input
loop, and print as messages in TShark after the dissection completes and the
relevant information's been written out if it's printing dissections.


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