Wireshark-commits: [Wireshark-commits] master 5db3ef9: BGP: Add dissector for BGPsec Updates.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 28 Sep 2019 18:54:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5db3ef90de57563a43181498c0e6c29b0e31e954
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5db3ef9 by Colin Sames (sames.colin@xxxxxxxxx):

    BGP: Add dissector for BGPsec Updates.
    
    RFC8205 specifies the BGPsec extension. The extended Wireshark dissector
    consists of:
    
    - BGPsec Capability
        a capability that holds the BGPsec version, a direction and reserved
        bits.
    - BGPsec_PATH
        a BGP path attribute. Such a path contains Secure Path Segments and
        Signature Segments.
    
    Change-Id: Iba5e17b9139bcac378adf2bcc2dfb369064f7a08
    Reviewed-on: https://code.wireshark.org/review/34639
    Reviewed-by: João Valverde <j@xxxxxx>
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  343adfc   BGP: Fix indentation
     add  5db3ef9   BGP: Add dissector for BGPsec Updates.


Summary of changes:
 epan/dissectors/packet-bgp.c | 200 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 198 insertions(+), 2 deletions(-)