Wireshark-commits: [Wireshark-commits] master-3.2 2f39d1e: MPLS: fix Downstream Detailed Mapping TL

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

Commits:

2f39d1e 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/35451
    

Actions performed:

    from  91388f5   WiFi: Properly parse bitmap sections (CID-1451085)
     add  2f39d1e   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(-)