Wireshark-commits: [Wireshark-commits] master d347a60: Make MIPv6 options into a dissector table.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 24 Feb 2017 04:42:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d347a608c9b55628d00e17dc029170876ae496dd
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d347a60 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Make MIPv6 options into a dissector table.
    
    This provides external access for dissectors and plugins to provide their
    own implementation of MIPv6 options.
    Also cleaned up some of the "offset defines" and just went with relative
    increments for the option functions.
    
    Change-Id: I40db0b316eec37ee2045e6d663829ce69e3dac37
    Reviewed-on: https://code.wireshark.org/review/20257
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  eef1555   Fix sharkd compilation on some <glibc-2.16 or <gcc-4.8
    adds  d347a60   Make MIPv6 options into a dissector table.


Summary of changes:
 epan/dissectors/packet-mip6.c | 1805 ++++++++++++++++++-----------------------
 epan/dissectors/packet-ntp.c  |    6 +-
 2 files changed, 797 insertions(+), 1014 deletions(-)