Wireshark-commits: [Wireshark-commits] master-2.6 80504ef: artnet: Fix ArtPollReply universe calcul
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 25 Jan 2020 13:58:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=80504ef3ca69b57cd4dbc4d9902634778624f833
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

80504ef by Erwin Rol (erwin@xxxxxxxxxxxx):

    artnet: Fix ArtPollReply universe calculation
    
    The SubSwitch field holds bit 7-4 of the 15bit port address, but
    it holds it in bit 3-0 so we have to shift it 4 bits instead of
    taking bit 7-4 of the SubSwitch field.
    
    Change-Id: I7841d64749e8a561e4ee928a23a3c46cb5be34cb
    Signed-off-by: Erwin Rol <erwin@xxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/35910
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit 824fef51aa3efc7a146ea57de90b1a6135614496)
    Reviewed-on: https://code.wireshark.org/review/35948
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  b3935db   IPv4: Fix display of Fragment Offset field
     add  80504ef   artnet: Fix ArtPollReply universe calculation


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