Wireshark-commits: [Wireshark-commits] master-1.12 c2a1fc8: jmirror packet dissector expects ipv6 f

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

Commits:

c2a1fc8 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/7382
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

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


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