Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master f693b4d: Improve IPv6 routing header dissection

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 28 Sep 2015 17:59:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f693b4d27fb40a26c5c8d1663df989f474d26ab8
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f693b4d by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    Improve IPv6 routing header dissection
    
    Remove size limitation of 23 addresses to Type 0. Add validity checks to Type 0 and Type 2.
    Add address count vs segments left check to RPL.
    
    Use hf_ipv6_routing_* for shared routing header fields and hf_ipv6_routing_<type>_* for the rest.
    
    Change-Id: I98796504a0f7643476c4c3550586b5da2cf70f6d
    Reviewed-on: https://code.wireshark.org/review/10470
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  d4d0311   WSUG: send readers to the wiki's SSL page for help on decryption.
    adds  f693b4d   Improve IPv6 routing header dissection


Summary of changes:
 epan/dissectors/packet-ipv6.c |  315 ++++++++++++++++++++++++-----------------
 epan/dissectors/packet-ipv6.h |    3 +-
 2 files changed, 190 insertions(+), 128 deletions(-)