Wireshark-commits: [Wireshark-commits] master-1.12 e7862f4: IPv6: Calipso option length is not used

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 15 Oct 2014 20:41:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e7862f494b822a7b772a152706e4310e91cb1116
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

e7862f4 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    IPv6: Calipso option length is not used properly
    
    This field indeed indicates the length of the Compartment Bitmap but *in 32-bit words*, which means that the value of 12 means the compartment bitmap is 48 bytes long.
    
    Issue found by boaz
    
    Bug: 10561
    Change-Id: I6c6ac25d0680837594d7cc6d2e4807a60a523b80
    Reviewed-on: https://code.wireshark.org/review/4697
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 0444c473b70f1540108857169359c64693efa988)
    Reviewed-on: https://code.wireshark.org/review/4709
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  d07c65d   smb2: fully initialize dummy session
    adds  e7862f4   IPv6: Calipso option length is not used properly


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