Wireshark-commits: [Wireshark-commits] master-2.6 016f79b: MPLS: fix Downstream Detailed Mapping TL

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 15 Dec 2019 12:27:49 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=016f79b12bda0985f060581b33b128cd21539cde
Submitter: "Jaap Keuter <jaap.keuter@xxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

016f79b by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    MPLS: fix Downstream Detailed Mapping TLV label stack dissection
    
    The label stack is its own TLV, which adheres to the same format as
    others, with a tag and length (obviously). The length to be used for
    this TLV is not the remaining length of this packet, but its own length.
    
    Bug: 16273
    Change-Id: I469b55c5d78d1899d87030f3c0a15fd1afdf3f85
    Reviewed-on: https://code.wireshark.org/review/35436
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 6d7e98dd2b8fe577af3985611a922f9905a1a262)
    Reviewed-on: https://code.wireshark.org/review/35453
    

Actions performed:

    from  e54c3d8   [Automatic update for 2019-12-15]
     add  016f79b   MPLS: fix Downstream Detailed Mapping TLV label stack dissection


Summary of changes:
 epan/dissectors/packet-mpls-echo.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)