Wireshark-commits: [Wireshark-commits] master 0cfd4eb: Add support for DCBX cee/cin protocol
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 28 Apr 2014 00:13:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0cfd4eb4a1c4fef98a59d33396348ae9d567f890
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0cfd4eb by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add support for DCBX cee/cin protocol
    
    CEE Spec here : http://www.ieee802.org/1/files/public/docs2008/az-wadekar-dcbx-capability-exchange-discovery-protocol-1108-v1.01.pdf
    
    From a wireshark POV, CIN is the same as CEE with a different OUI subtype, and one less supported TLV.
    
    bug:10039
    Change-Id: I5aa4f1be2ecc43ecad6e86633231e6e39695af6e
    Reviewed-on: https://code.wireshark.org/review/1330
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  0a3f725   Change preference default to use RRC-signalled value for SN field length of DRBs.
    adds  0cfd4eb   Add support for DCBX cee/cin protocol


Summary of changes:
 epan/dissectors/packet-lldp.c |  464 +++++++++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-lldp.h |    2 +
 epan/oui.h                    |    1 +
 3 files changed, 467 insertions(+)