URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a18f8c84cf4e8cd98a44ce3019d25fb48dc7b23e
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a18f8c8 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Fix Follow Dialog crash.
Don't set WA_DeleteOnClose. This keeps the dialog from deleting itself
when we're inside a nested event loop (i.e. when we're reassembling
(TCP) or retapping (UDP or TLS)).
Make sure our beginRetapPackets() and endRetapPackets() calls are
balanced. Move updateWidgets() calls to follow() so that we update on
the first run.
Bug: 11711
Change-Id: Id585be410a315b914b27f1a116d451c863087b00
Reviewed-on: https://code.wireshark.org/review/11892
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 0197156 update the ISO1443 dissector
adds a18f8c8 Qt: Fix Follow Dialog crash.
Summary of changes:
ui/qt/follow_stream_dialog.cpp | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)