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 57c3ebb: ICMPv6: Add Extended Echo (Probe) RFC8335

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 20 Nov 2018 05:05:18 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=57c3ebb396b3376f99886d160e3566bb9c39881c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

57c3ebb by Uli Heilmeier (uh@xxxxxxxxxxxx):

    ICMPv6: Add Extended Echo (Probe) RFC8335
    
    Implementing ICMP extended echo (RFC8335) for IPv6.
    To dissect ICMP Extension objects we use the IPv4
    implementation.
    
    Bug: 14457
    Change-Id: I5be59ccf9058466369c072cfed3ad1cd17bf243b
    Reviewed-on: https://code.wireshark.org/review/30563
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  811d5f7   Drop JSON-GLib completely
     add  57c3ebb   ICMPv6: Add Extended Echo (Probe) RFC8335


Summary of changes:
 epan/dissectors/packet-icmp-int.h |  16 ++++++
 epan/dissectors/packet-icmp.c     |  13 +++--
 epan/dissectors/packet-icmpv6.c   | 113 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 136 insertions(+), 6 deletions(-)
 create mode 100644 epan/dissectors/packet-icmp-int.h