Wireshark-commits: [Wireshark-commits] master 97617b8: IPv6: New Hop by Hop Path MTU Option

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 26 Oct 2019 21:05:25 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=97617b8106cdebb3fc7e18783b0d12338efa22f5
Submitter: "Michael Tüxen <tuexen@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

97617b8 by Bob Hinden (bob.hinden@xxxxxxxxx):

    IPv6: New Hop by Hop Path MTU Option
    
    Add support to Wireshark for new hop-by-hop option defined in:
    
    https://tools.ietf.org/html/draft-ietf-6man-mtu-option-01
    
    This Hop-by-Hop IPv6 option is designed to be used to
    record the minimum Path MTU along the forward path between a source
    host to a destination host.  This collects a minimum recorded MTU
    along the path to the destination.  The value can then be
    communicated back to the source using the return Path MTU field in
    the option.
    
    Change-Id: I5dfc1a70aedd347b128bc3c5cd96f9d5a0752e3b
    Reviewed-on: https://code.wireshark.org/review/34786
    Reviewed-by: João Valverde <j@xxxxxx>
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Tüxen <tuexen@xxxxxxxxxxxxx>
    

Actions performed:

    from  829d2c3   synphasor: fix compilation with gcc-5/6.
     add  97617b8   IPv6: New Hop by Hop Path MTU Option


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