URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=383eb2f2b5de7a9c8216937b59b57f0b03022cec
Submitter: "Jaap Keuter <jaap.keuter@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
383eb2f 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/35452
Actions performed:
from 4b8b168 WiFi: Properly parse bitmap sections (CID-1451085)
add 383eb2f 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(-)