Wireshark-commits: [Wireshark-commits] master dae5f88: SMB: dissect FILE_GET_QUOTA_INFORMATION

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 3 Sep 2016 06:44:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dae5f88339015f061428f3dbdf8936ee1b259e26
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

dae5f88 by Uri Simchoni (urisimchoni@xxxxxxxxx):

    SMB: dissect FILE_GET_QUOTA_INFORMATION
    
    Add a function that dissects FILE_GET_QUOTA_INFORMATION
    structure ([MS-FSCC] 2.4.33.1)
    
    This structure is used to define a set of SIDs whose quota
    is to be fetched.
    
    Change-Id: I81f6bca98fb239935ca593bd8725cebbb2037fbe
    Signed-off-by: Uri Simchoni <urisimchoni@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/17445
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5846524   Qt: Conversation time column updates.
    adds  dae5f88   SMB: dissect FILE_GET_QUOTA_INFORMATION


Summary of changes:
 epan/dissectors/packet-smb.c |   34 ++++++++++++++++++++++++++++++++++
 epan/dissectors/packet-smb.h |    1 +
 2 files changed, 35 insertions(+)