URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6d7e98dd2b8fe577af3985611a922f9905a1a262
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
6d7e98d 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>
Actions performed:
from 625b71b WiFi: Properly parse bitmap sections (CID-1451085)
add 6d7e98d 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(-)