Wireshark-commits: [Wireshark-commits] master 021c79b: Add BGP dissector support for draft-heitz-id

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 2 Nov 2016 00:36:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=021c79bdf7fd1cb383397f00823e99fe617a5e06
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

021c79b by Arjen Zonneveld (arjen@xxxxxx):

    Add BGP dissector support for draft-heitz-idr-large-community-04
    
    Parses large communities as specified in https://tools.ietf.org/html/draft-heitz-idr-large-community-04
            Path Attribute - LARGE_COMMUNITY: 65536:1:1 65536:1:2 65536:1:3
                Flags: 0xc0, Optional, Transitive: Optional, Transitive, Complete
                    1... .... = Optional: Optional
                    .1.. .... = Transitive: Transitive
                    ..0. .... = Partial: Complete
                    ...0 .... = Length: Regular length
                Type Code: LARGE_COMMUNITY (32)
                Length: 36
                Large communities: 65536:1:1
                    Global Administrator: 65536
                    Local Data Part 1: 1
                    Local Data Part 2: 1
                Large communities: 65536:1:2
                    Global Administrator: 65536
                    Local Data Part 1: 1
                    Local Data Part 2: 2
                Large communities: 65536:1:3
                    Global Administrator: 65536
                    Local Data Part 1: 1
                    Local Data Part 2: 3
    
    Bug: 13083
    Change-Id: I8db0601f621ceb6fb2e170ed9bfc2747091495ee
    Reviewed-on: https://code.wireshark.org/review/18172
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  f269290   gtp: decoding correlation-id
    adds  021c79b   Add BGP dissector support for draft-heitz-idr-large-community-04


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