Wireshark-commits: [Wireshark-commits] master d3ce757: MP-BGP dissector: Fix EVPN route type 5 deco

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 26 Jul 2016 04:02:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d3ce757de040f32f3cd12eb76b256257a1210bcf
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d3ce757 by Matt Texier (matthieu@xxxxxxxxx):

    MP-BGP dissector: Fix EVPN route type 5 decoding
    
    Route type 5 do have optional fields that was not properly decoded (MPLS labels)
    
    Bug: 12631
    Change-Id: I12d61ef170d4e0f6e6d2c7bf25f149db84c186d7
    Reviewed-on: https://code.wireshark.org/review/16576
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  34a0c4d   packet-smb2: add a dissector for STATUS_STOPPED_ON_SYMLINK
    adds  d3ce757   MP-BGP dissector: Fix EVPN route type 5 decoding


Summary of changes:
 epan/dissectors/packet-bgp.c |  175 +++++++++++++++++++++++++-----------------
 1 file changed, 104 insertions(+), 71 deletions(-)