Wireshark-commits: [Wireshark-commits] master 93df6be: RSVD: fix TUNNEL_SCSI_REQUEST

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Jan 2017 16:06:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=93df6be934268548600fe497d20ed16ac40008df
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

93df6be by Volodymyr Khomenko (Volodymyr_Khomenko@xxxxxxxxxxxx):

    RSVD: fix TUNNEL_SCSI_REQUEST
    
    Length of CDBBuffer must be always 16 bytes
    If CDBLength is less than 16, add padding bytes
    
    Change-Id: I241a10325ebe17b32469eaf7dc530fc7fe2105de
    Reviewed-on: https://code.wireshark.org/review/19628
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fb0d51a   802.11(ad): not longer need to use p_add_proto_data/p_get_proto_data for pass isGrant to beamforming control function
    adds  93df6be   RSVD: fix TUNNEL_SCSI_REQUEST


Summary of changes:
 epan/dissectors/packet-rsvd.c |   14 ++++++++++++++
 1 file changed, 14 insertions(+)