Wireshark-commits: [Wireshark-commits] master adb3f70: Wrong length of Modulation Type and Modulati

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 22 May 2014 03:29:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=adb3f70f920a2cf1c28da42f5482ce316a252de8
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

adb3f70 by Roman Volkov (volkoff_roman@xxxxxxx):

    Wrong length of Modulation Type and Modulation System fields in Satellite Delivery Descriptor
    
    According EN300468 in Satellite Delivery Descriptor 'Modulation System' field has 1 bit length. 'Modulation Type' has 2 bits length.
    But in my Wireshark 'Modulation System' is 2 bit long and 'Modulation Type' is 1 bit long.
    
    bug: 10119
    Change-Id: I762145418bbfc9c0621ee7ca1a07d35afb6d7d92
    Reviewed-on: https://code.wireshark.org/review/1718
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  0cb180a   Print the values in the BSS Load Element in human readable format as well.
    adds  adb3f70   Wrong length of Modulation Type and Modulation System fields in Satellite Delivery Descriptor


Summary of changes:
 epan/dissectors/packet-mpeg-descriptor.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)