Wireshark-commits: [Wireshark-commits] master 0444c47: IPv6: Calipso option length is not used prop

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 15 Oct 2014 14:09:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0444c473b70f1540108857169359c64693efa988
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0444c47 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>
    

Actions performed:

    from  5cdb032   smb2: fully initialize dummy session
    adds  0444c47   IPv6: Calipso option length is not used properly


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