Wireshark-commits: [Wireshark-commits] master 8b77578: Qt: fix endpoint map file creation and prese
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 06 Apr 2020 06:07:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8b7757811dc1a824d46748cca27818b480d0fbed
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

8b77578 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    Qt: fix endpoint map file creation and presentation
    
    At least with Qt 5.12 on Debian/testing the following needs to be changed:
    - The temporary file name created for the endpoint map file needs to be
      retrieved at least once when the file is open to be available later on.
    - The temporary endpoint map file needs to remain on temporary storage
      because the external presentation process (web browser) needs to have
      access to it when it starts (asynchronously) and for as long as it needs.
    
    Change-Id: I554110a5a3ffa48b44575b1cb45f5971baac5e9c
    Reviewed-on: https://code.wireshark.org/review/36599
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  44799c2   FTDI FT: Handle RX with more than MaxPacketSize bytes
     add  8b77578   Qt: fix endpoint map file creation and presentation


Summary of changes:
 ui/qt/endpoint_dialog.cpp | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)