Wireshark-commits: [Wireshark-commits] master 1539e45: MPLS: add dissector for Management Communica

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 30 Sep 2018 19:25:01 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1539e455d70c5f340ce80021c770b8f992051ec2
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

1539e45 by Christoph Portner (christoph.portner@xxxxxxxxx):

    MPLS: add dissector for Management Communication Channel
    
    Management communication channel described in RFC 5718
    
    Change-Id: I5ed95d0d6f25754c50a97457679d08b99db6f527
    Reviewed-on: https://code.wireshark.org/review/29920
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  de97ade   Small cleanup of the sequential read routine.
     add  1539e45   MPLS: add dissector for Management Communication Channel


Summary of changes:
 epan/dissectors/packet-ip.c   |  1 +
 epan/dissectors/packet-ipv6.c |  1 +
 epan/dissectors/packet-mpls.c | 52 ++++++++++++++++++++++++++++++++++++++++++-
 epan/dissectors/packet-mpls.h |  6 +++--
 4 files changed, 57 insertions(+), 3 deletions(-)