Wireshark-commits: [Wireshark-commits] master 3124cf8: IPv6: Simplify RPL routing header dissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 13 Jul 2016 12:39:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3124cf855f0e170542e712254d47396caf2d8237
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    IPv6: Simplify RPL routing header dissector
    
    Use a wmem_array to perform strict checking.
    
    Fold cmprI/cmprE dissection into a single loop.
    
    Change-Id: I67443a604b47cd9cbca32c7f7276a7e2229580f1
    Reviewed-on: https://code.wireshark.org/review/16348
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  e46be62   LTE RRC: upgrade dissector to v13.2.0
    adds  3124cf8   IPv6: Simplify RPL routing header dissector


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