Wireshark-commits: [Wireshark-commits] master 46d6230: smb2: make sessions table per-file rather th
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=46d6230cd463334e1039b0d7c4752b5f413a688b
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
46d6230 by Aurelien Aptel (aaptel@xxxxxxxx):
    smb2: make sessions table per-file rather than per-conversation
    
    In a multichannel capture a session can be shared across multiple
    conversation.
    
    Adds a global per-file autoreset hashtable named smb2_session.
    
    This change already makes decryption works since the session
    decryption keys can now be shared.
    
    Change-Id: I8991aa2afc4dcbe0bc88f4302c3f09ed61ab85ff
    Reviewed-on: https://code.wireshark.org/review/36183
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  12b8144   smb2: add editor modelines in header
     add  46d6230   smb2: make sessions table per-file rather than per-conversation
Summary of changes:
 epan/dissectors/packet-smb2.c | 15 ++++++++-------
 epan/dissectors/packet-smb2.h |  1 -
 2 files changed, 8 insertions(+), 8 deletions(-)