Wireshark-commits: [Wireshark-commits] master-1.10 f1ceee9: jmirror packet dissector expects ipv6 f

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 25 Feb 2015 08:40:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f1ceee958b1fb95e3c9a07e228b0265e5b3e98cb
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

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

    jmirror packet dissector expects ipv6 flow label = 0
    
    When the ipv6 flow label is non-zero the dissector does not detect the payload as being ipv6.
    
    Issue reported by Shehan Perera
    
    Bug:10976
    Change-Id: I1de4966dfefd1afa9bb51b9a7570091aad59fbdd
    Reviewed-on: https://code.wireshark.org/review/7260
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 306c819e49664e689722fdb5b596765903ffbc48)
    Reviewed-on: https://code.wireshark.org/review/7383
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  bd41179   L2CAP information message contained two bits that were wrongly dissected.
    adds  f1ceee9   jmirror packet dissector expects ipv6 flow label = 0


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