Wireshark-commits: [Wireshark-commits] master 2651232: Make IP options into a dissector table.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 23 Feb 2017 03:34:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=26512328ae5a491d19db3f1c27f4d09053c461aa
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2651232 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Make IP options into a dissector table.
    
    This provides external access for dissectors and plugins to provide their
    own implementation of IP options.
    
    Change-Id: I40ce17ce408217769e3b86e364f372a5181888e1
    Reviewed-on: https://code.wireshark.org/review/20163
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  67f4673   geoip_db: replace g_free with free.
    adds  2651232   Make IP options into a dissector table.


Summary of changes:
 epan/dissectors/packet-ip.c |  750 +++++++++++++++++++------------------------
 epan/ip_opts.h              |   31 --
 2 files changed, 336 insertions(+), 445 deletions(-)