Wireshark-commits: [Wireshark-commits] master-3.0 b671c13: HomePlug AV: Fix dissection of MMTYPE an
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 27 Oct 2019 23:21:53 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b671c1314949f40427ae2abf2a4c55cbc799f8c5
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

b671c13 by John Serock (serock-wireshark-dev@xxxxxxxxxxx):

    HomePlug AV: Fix dissection of MMTYPE and FMI
    
    Get MMTYPE MSB from the three most significant bits, bits 5 through 7,
    instead of bits 1 and 2. Get FMI Fragment count from the four most
    significant bits instead of the four least significant bits. Get FMI
    Fragment index from the four least significant bits instead of the four
    most significant bits.
    
    Bug: 16158
    Change-Id: Ib51789486be4562f76114081cbbf3aa22a41ff2e
    Reviewed-on: https://code.wireshark.org/review/34868
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit d3b3b120344b1f4b98c68edfcd8dcc607e9d0e40)
    Reviewed-on: https://code.wireshark.org/review/34869
    

Actions performed:

    from  1e01339   [Automatic update for 2019-10-27]
     add  b671c13   HomePlug AV: Fix dissection of MMTYPE and FMI


Summary of changes:
 epan/dissectors/packet-homeplug-av.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)