Wireshark-commits: [Wireshark-commits] master 1c862d2: BGP-LS: fix Prefix-SID parsing, add SR-Capab

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 10 May 2016 13:47:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1c862d25849de95344cf8eb88c8b811aa414c7a5
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1c862d2 by Francesco Fondelli (francesco.fondelli@xxxxxxxxx):

    BGP-LS: fix Prefix-SID parsing, add SR-Capabilities and SR-Algorithm
    dissection.
    
    - 20 *rightmost* bits of the 'SID/Label' field represent
      a MPLS label (Adjacency-SID already fixed).
    - Add support for SR-Capabilities (TLV 1034) and SR-Algorithm
      (TLV 1035) dissection (draft-gredler-idr-bgp-ls-segment-routing-ext-01).
    
    Change-Id: Ib02137f1c41c4a201afee5d61cf2b6bf88d59991
    Signed-off-by: Francesco Fondelli <francesco.fondelli@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/15306
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  bd030c1   Qt: activate RTP/IAX2 analysis widget when analyzing packets with a snaplen
    adds  1c862d2   BGP-LS: fix Prefix-SID parsing, add SR-Capabilities and SR-Algorithm dissection.


Summary of changes:
 epan/dissectors/packet-bgp.c |  127 +++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 124 insertions(+), 3 deletions(-)