URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a26a5c5af90547d085005f7757ef6ed9dbaa6e6b
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
a26a5c5 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
    BGP: Fix dissection of BGP ADD-PATH capability
    
    not limited to len = 4 (can be a multiple of 4)
    
    Bug: 13521
    Change-Id: I668dbff6d8a7b0a4260da31393bb70d2c5431455
    Reviewed-on: https://code.wireshark.org/review/20705
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit a5b61039424788dfb7c0e9fc1b8b89bf5863a2d0)
    Reviewed-on: https://code.wireshark.org/review/20712
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  aae6aa7   pcapng: Fix reading OPT_IDB_FCSLEN block
    adds  a26a5c5   BGP: Fix dissection of BGP ADD-PATH capability
Summary of changes:
 epan/dissectors/packet-bgp.c |   27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)