Wireshark-commits: [Wireshark-commits] master 9cd3c5c: glusterfs: show filenames in the summary for

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 28 May 2014 08:51:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9cd3c5c5fcc60e5c881647096c913c0fbae261b6
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9cd3c5c by Vikhyat Umrao (vumrao@xxxxxxxxxx):

    glusterfs: show filenames in the summary for common procedures
    
    With this patch we will have filename on the summary for procedures MKDIR, CREATE and LOOKUP.
    
    Example output:
    
    173  18.309307 192.168.100.3 -> 192.168.100.4 GlusterFS 224 MKDIR V330 MKDIR Call, Filename: testdir
    2606  36.767766 192.168.100.3 -> 192.168.100.4 GlusterFS 376 LOOKUP V330 LOOKUP Call, Filename: 1.txt
    2612  36.768242 192.168.100.3 -> 192.168.100.4 GlusterFS 228 CREATE V330 CREATE Call, Filename: 1.txt
    
    Change-Id: I1995c309028f1472a61719d6d7d6ae2c68412a95
    Signed-off-by: Vikhyat Umrao <vumrao@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/1833
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  482e6a6   LLDP Cleanup : 802.1 Qbg TLV
    adds  9cd3c5c   glusterfs: show filenames in the summary for common procedures


Summary of changes:
 epan/dissectors/packet-glusterfs.c |   15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)