Wireshark-commits: [Wireshark-commits] master 51c2f5b: spice: immediately display channel type in t

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 01 Sep 2018 13:03:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=51c2f5b9dec80de718bb9a82e9d7bb4c904bda64
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

51c2f5b by Peter Wu (peter@xxxxxxxxxxxxx):

    spice: immediately display channel type in the tree label
    
    This makes important information available without having to expand it:
    
        Channel Array
          channels[0]: DISPLAY
            Channel type: DISPLAY (2)
            Channel ID: 0
          channels[1]: CURSOR
            Channel type: CURSOR (4)
            Channel ID: 0
          channels[2]: INPUTS
            Channel type: INPUTS (3)
            Channel ID: 0
    
    Change-Id: I9b5db64f48453f367cfca14e9ad0822c01d91196
    Reviewed-on: https://code.wireshark.org/review/29386
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  7348fe3   spice: fix MOUSE_MOTION dissection
     add  51c2f5b   spice: immediately display channel type in the tree label


Summary of changes:
 epan/dissectors/packet-spice.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)