Wireshark-commits: [Wireshark-commits] master d09d332: test/suite_decryption.py: add smb2 decryptio

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 25 Jan 2019 16:07:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d09d33262b4c8f3287b00374e885162900c3b730
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d09d332 by Aurelien Aptel (aaptel@xxxxxxxx):

    test/suite_decryption.py: add smb2 decryption tests
    
    add 3 tests and 2 sample captures to check smb2 decryption with:
    - bad key (should fail gracefuly)
    - smb3.0 AES-128-CCM
    - smb3.1.1 AES-128-CCM
    
    Change-Id: I099f5f00f83fd39ac6de9ce9ce374624297aef61
    Reviewed-on: https://code.wireshark.org/review/31728
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  75484b1   ETSI CAT: do not call tvb_bytes_to_str() with a 0 length
     add  d09d332   test/suite_decryption.py: add smb2 decryption tests


Summary of changes:
 test/captures/smb300-aes-128-ccm.pcap.gz | Bin 0 -> 1235 bytes
 test/captures/smb311-aes-128-ccm.pcap.gz | Bin 0 -> 1327 bytes
 test/suite_decryption.py                 |  52 +++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+)
 create mode 100644 test/captures/smb300-aes-128-ccm.pcap.gz
 create mode 100644 test/captures/smb311-aes-128-ccm.pcap.gz