Wireshark-commits: [Wireshark-commits] master-2.4 edbacda: Fix dissection of DDP length and checksu

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 07 May 2019 03:33:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=edbacdaa612e0c1acd17c93354eedce45897f4f3
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark

Commits:

edbacda by Guy Harris (guy@xxxxxxxxxxxx):

    Fix dissection of DDP length and checksum fields.
    
    The DDP length is 10 bits long, not 2 bits long; it includes the bottom
    2 bits of the first octet *and* all 8 bits of the second octet.
    
    The checksum is at an offset of 2, not 0, from the beginning of the header.
    
    Change-Id: I7e2b8eff4d023f80a894f1e1eec7b71d08510f7e
    Reviewed-on: https://code.wireshark.org/review/33094
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 9f9e69411b02c1a7e669b39928798403e2dc8fff)
    Reviewed-on: https://code.wireshark.org/review/33097
    

Actions performed:

    from  1988f33   [Automatic update for 2019-05-05]
     add  edbacda   Fix dissection of DDP length and checksum fields.


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