Wireshark-commits: [Wireshark-commits] master-3.0 711a259: BGP: Fix handling of MPLS label for RFC7
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=711a2594c91d85c115c622bd2605400a2feba316
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
711a259 by Uli Heilmeier (uh@xxxxxxxxxxxx):
BGP: Fix handling of MPLS label for RFC7432
RFC7432 defines MPLS label with a fixed size and not as a stack.
Each label has 3 bytes and we only decode the first 20 bits. The
remaining four bits are not defined. Therefore we ignore it at the
moment.
Bug: 15631
Change-Id: I27e34e91facb169b804993f2d3ac9c4a181454aa
Reviewed-on: https://code.wireshark.org/review/32578
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
(cherry picked from commit 78f3b8afe94fc35ccdc455bac6c3ae8b09484478)
Reviewed-on: https://code.wireshark.org/review/32582
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 1c4281b SIP: Add a preference to hide the generated/trace Call ID
add 711a259 BGP: Fix handling of MPLS label for RFC7432
Summary of changes:
epan/dissectors/packet-bgp.c | 29 +++++++++--------------------
1 file changed, 9 insertions(+), 20 deletions(-)