Wireshark-commits: [Wireshark-commits] master 1fa51cf: BGP: MPLS label for EVPN Extented community

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 10 Jan 2020 06:29:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1fa51cfc0c30d02ade9adcaebbc5f4a90955f423
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

1fa51cf by Uli Heilmeier (uh@xxxxxxxxxxxx):

    BGP: MPLS label for EVPN Extented community
    
    Dissect MPLS label fields for EVPN Extented Community.
    RFC7432 section-8.2.1 defines only a SHOULD for ESI label set to a MPLS
    label when Single-Active redundancy mode is desired.
    Therefore and not break current implemntation we only add the additional
    dissection of the MPLS label bits.
    
    Bug: 16313
    Change-Id: Iad2561b90aeace212f79a874efb59af917aca3f1
    Reviewed-on: https://code.wireshark.org/review/35692
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  ad2584f   tpncp: replace stack variable with dynamic allocation.
     add  1fa51cf   BGP: MPLS label for EVPN Extented community


Summary of changes:
 epan/dissectors/packet-bgp.c | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)