Wireshark-commits: [Wireshark-commits] master 4deba60: PER: Fixed named bitmap parsing of larger ma
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 12 Jul 2019 15:46:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4deba602cecb46b38ccfc551b2d069712d1ae5e1
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

4deba60 by Darien Spencer (cusneud@xxxxxxxx):

    PER: Fixed named bitmap parsing of larger maps
    
    Previous logic worked for bitmaps of 8 (and maybe less)
    bits. For maps crossing 2 or more bytes all fields were
     parsed incorrectly by the lower 8 bits values.
    
    Change-Id: Iec2cb22e61e235a749c7d0f976bae8ad52e6c08f
    Reviewed-on: https://code.wireshark.org/review/33904
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  43cfbdc   LOG3GPP: misc fixes
     add  4deba60   PER: Fixed named bitmap parsing of larger maps


Summary of changes:
 epan/dissectors/packet-per.c | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)