Wireshark-commits: [Wireshark-commits] master 41af6dd: Add more messages for the Ceph protocol.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 20 Aug 2014 03:10:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=41af6dddc73aaa37fd9e47f396d1755c00d9574e
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

41af6dd by Kevin Cox (kevincox@xxxxxxxxxxx):

    Add more messages for the Ceph protocol.
    
    New messages:
    - Mon Paxos.
    - Mon Global ID.
    - Mon Get Version
    - OSD Ping
    - Ping
    - OSD Boot
    - OSD PG Create.
    - PG Stats.
    
    Other updates:
    - Documentation for modifying the dissector.
    - Update assertions to show values.
    - Replace proto_tree_add_text()/expert_add_info...() by proto_tree_add_expert...().
    - Fix a bug: misplaced break.
    - Do some minor whitespace & other cosmetic changes.
    Change-Id: Ib19ce509b67fb5e6fb31e82b5a551a9e952a9c6d
    Reviewed-on: https://code.wireshark.org/review/3623
    Petri-Dish: Bill Meier <wmeier@xxxxxxxxxxx>
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  b9a94f0   Add a routine to dissect an UTF8-encoded IMSI (as you'd find in Diameter) and use it to decode the User-Name AVP of S6a/S6d messages.
    adds  41af6dd   Add more messages for the Ceph protocol.


Summary of changes:
 epan/dissectors/packet-ceph.c | 2349 +++++++++++++++++++++++++++++++++++++----
 1 file changed, 2170 insertions(+), 179 deletions(-)