Wireshark-commits: [Wireshark-commits] master 824fef5: artnet: Fix ArtPollReply universe calculatio
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=824fef51aa3efc7a146ea57de90b1a6135614496
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
824fef5 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>
Actions performed:
from b3c9244 kerberos: fix -Wcomma warnings
add 824fef5 artnet: Fix ArtPollReply universe calculation
Summary of changes:
epan/dissectors/packet-artnet.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)