Wireshark-commits: [Wireshark-commits] master 01e8f50: TWAMP: Fix packets changing type in wireshar

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 Feb 2018 15:16:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=01e8f509d7425dbc5fb4f467087a70b3e8f7f4ea
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

01e8f50 by Valentin Vidic (Valentin.Vidic@xxxxxxxxx):

    TWAMP: Fix packets changing type in wireshark GUI
    
    Since the type detection runs with every click, depending on the order
    packets are selected their type can change.  With this change the type
    detection is run only once during the first pass through the packet list
    and the results are saved for later use.
    
    Change-Id: Ie0b16c4b6e3372fcf72a246987fe7f23bc33fa14
    Reviewed-on: https://code.wireshark.org/review/25987
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e57ecf4   IEEE 802.11: fix build with gcc7
    adds  01e8f50   TWAMP: Fix packets changing type in wireshark GUI


Summary of changes:
 epan/dissectors/packet-twamp.c | 141 +++++++++++++++++++++--------------------
 1 file changed, 71 insertions(+), 70 deletions(-)