Wireshark-commits: [Wireshark-commits] master 3509b07: LLC/STP (Cisco): Add Cisco Root Link Query P

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 21 Aug 2016 16:26:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3509b072a6e3e3df50390860e657ccb468a6fee1
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3509b07 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    LLC/STP (Cisco): Add Cisco Root Link Query PDU (STP)
    
    Cisco RLQ BPDUs, request (PID 0x0108) and response (PID 0x0109) used to support Cisco's extension (Backbone Fast [1]) to original 802.1D spanning-tree protocol. The format of the BPDUs is same as original STP configuration BPDUs
    [1] http://www.cisco.com/c/en/us/support/docs/lan-switching/spanning-tree-protocol/12014-18.html
    [2] http://www.cisco.com/c/en/us/support/docs/lan-switching/spanning-tree-protocol/12014-18.html#anc9
    
    Issue reported by Garri
    
    Bug:12772
    Change-Id: I0ffd169bf252ae11817c7a44ca3a67dfd4e221eb
    Reviewed-on: https://code.wireshark.org/review/17204
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  a792a3b   [Automatic update for 2016-08-21]
    adds  3509b07   LLC/STP (Cisco): Add Cisco Root Link Query PDU (STP)


Summary of changes:
 epan/dissectors/packet-bpdu.c      |    3 +++
 epan/dissectors/packet-cisco-oui.c |    2 ++
 2 files changed, 5 insertions(+)