Wireshark-commits: [Wireshark-commits] master 7bc0b9b: Initial Ceph Dissector.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 4 Aug 2014 21:50:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7bc0b9bfc6225403066751f8ac95cdd74742a6b9
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7bc0b9b by Kevin Cox (kevincox@xxxxxxxxxxx):

    Initial Ceph Dissector.
    
    This is the first version of a Ceph dissector.  It is not complete but
    is far enough along to be helpful to many people working with Ceph.
    
    Currently the dissector can fully dissect the Ceph protocol and has
    support for full dissection of most common messages.  For the other
    messages for which full dissection is not available their metadata is
    parsed and shown along with the raw data of the different message
    sections.
    
    Change-Id: Ic7917a3d01148c6fe2f9ea2c13ecd09ecc06c2d7
    Reviewed-on: https://code.wireshark.org/review/1889
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  d434e08   Fix a comment.
    adds  7bc0b9b   Initial Ceph Dissector.


Summary of changes:
 AUTHORS                         |    5 +
 docbook/release-notes.asciidoc  |    1 +
 epan/CMakeLists.txt             |    1 +
 epan/dissectors/Makefile.common |    1 +
 epan/dissectors/packet-ceph.c   | 8539 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 8547 insertions(+)
 create mode 100644 epan/dissectors/packet-ceph.c