Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 79babc6: Add BGP dissector support for draft-ietf-idr

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 13 Dec 2016 08:59:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=79babc6f22879763d49ea2e802a44ace0e89bd53
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

79babc6 by Arjen Zonneveld (arjen@xxxxxx):

    Add BGP dissector support for draft-ietf-idr-shutdown-01
    
    Parse the communication bits of a BGP Cease NOTIFICATION:
    
    Border Gateway Protocol - NOTIFICATION Message
        Marker: ffffffffffffffffffffffffffffffff
        Length: 146
        Type: NOTIFICATION Message (3)
        Major error Code: Cease (6)
        Minor error Code (Cease): Administratively Shutdown (2)
        BGP Shutdown Communication Length: 124
        Shutdown Communication: NTT will perform maintenance on this router. This is tracked in TICKET-1-24824294. Contact noc@xxxxxxx for more information.
    
    Draft at https://tools.ietf.org/html/draft-ietf-idr-shutdown-01, sample
    file taken from from http://instituut.net/~job/shutdown.pcap
    
    Change-Id: I2ab633883cc69e560ff79cb6239e02fcffd71e10
    Reviewed-on: https://code.wireshark.org/review/19144
    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>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8d59678   Bluetooth: BTLE: Add new commands parsing
    adds  79babc6   Add BGP dissector support for draft-ietf-idr-shutdown-01


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