Wireshark-commits: [Wireshark-commits] master 3b706ba: packet/gluster: Add GF_CBK_CACHE_INVALADATIO

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 16 Dec 2015 05:49:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3b706bab624a22c500adb3bdf50123f73e56c4ca
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3b706ba by Soumya Koduri (skoduri@xxxxxxxxxx):

    packet/gluster: Add GF_CBK_CACHE_INVALADATION dissector bits
    
    As part of Gluster UPCALL infrastructure support, a new rpc
    CBK procedure has been added to gluster_cbk_actors program in
    order to send CACHE-INVALIDATION callback requests from
    the GlusterFS server to its client.
    
    This change is to include that procedure to the wireshark dissector.
    
    Files containing definitions related to this new RPC procedure added -
    https://github.com/gluster/glusterfs/blob/master/rpc/rpc-lib/src/protocol-common.h#L129
    https://github.com/gluster/glusterfs/blob/master/rpc/xdr/src/glusterfs3-xdr.x#L47
    https://github.com/gluster/glusterfs/blob/master/libglusterfs/src/upcall-utils.h
    
    bug:11880
    Change-Id: I18616b00616c6a612417913373c1b9c900f4972c
    Signed-off-by: Soumya Koduri <skoduri@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/12565
    Reviewed-by: Niels de Vos <ndevos@xxxxxxxxxx>
    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: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4d17b27   telnet: full START_TLS support
    adds  3b706ba   packet/gluster: Add GF_CBK_CACHE_INVALADATION dissector bits


Summary of changes:
 epan/dissectors/packet-gluster.h         |   12 +++++
 epan/dissectors/packet-glusterfs.c       |    2 +-
 epan/dissectors/packet-glusterfs_hndsk.c |   79 +++++++++++++++++++++++++++++-
 3 files changed, 91 insertions(+), 2 deletions(-)