Wireshark-commits: [Wireshark-commits] master 6a99218: qt follow stream: don't crash when saving to

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 22 May 2016 21:21:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6a992182ce47d721ce73eabf99983cea480dcf97
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6a99218 by Martin Kaiser (wireshark@xxxxxxxxx):

    qt follow stream: don't crash when saving to an non-writable file
    
    When the user clicks Save As in the Follow Stream window, check that the
    selected target file can be opened for writing. Bring up a warning box
    if the file is not writable.
    
    Change-Id: I76e67b064377dd432d3b14592f5096b99d9968c0
    Reviewed-on: https://code.wireshark.org/review/15536
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  fc95881   Revert "zigbee zdp: remove some misleading casts"
    adds  6a99218   qt follow stream: don't crash when saving to an non-writable file


Summary of changes:
 ui/qt/follow_stream_dialog.cpp |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)