Wireshark-commits: [Wireshark-commits] master 7332001: Art-Net: Fix ArtAddress dissection
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 1 Dec 2015 09:44:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7332001c0a09d3d3f5ba0ac2a441c8f059b84036
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7332001 by Ryan Mullen (rmmullen@xxxxxxxxx):

    Art-Net: Fix ArtAddress dissection
    
    Parse and display NetSwitch and SubSwitch fields, treating 0x00 and 0x7f
    as "special" values with meaning beyond what is usually offered by these
    fields.
    
    Change-Id: Idf94361793441f5f4b32c23e7f7f9250ed952a37
    Reviewed-on: https://code.wireshark.org/review/12279
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5b4ada1   [NBAP] Prevent crash.
    adds  7332001   Art-Net: Fix ArtAddress dissection


Summary of changes:
 epan/dissectors/packet-artnet.c |  115 +++++++++++++++++++++++++++++++++++++--
 1 file changed, 111 insertions(+), 4 deletions(-)