Wireshark-commits: [Wireshark-commits] master c334293: smb2: move file related metadata into sessio
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 26 Feb 2020 05:47:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c334293099a8a19f4ff89071ac209211961a6e17
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c334293 by Aurelien Aptel (aaptel@xxxxxxxx):

    smb2: move file related metadata into session object
    
    Move the files hashtables from the conversation to the session object
    so that it can be shared across TCP connections.
    
    In a multichannel capture, this lets file opened on one channel be
    accessible in another channel.
    
    Change-Id: Ic8909b590e7f6614d8d92422c0c1641d521240e3
    Reviewed-on: https://code.wireshark.org/review/36184
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  46d6230   smb2: make sessions table per-file rather than per-conversation
     add  c334293   smb2: move file related metadata into session object


Summary of changes:
 epan/dissectors/packet-smb2.c | 26 +++++++++++++-------------
 epan/dissectors/packet-smb2.h |  8 +++++---
 2 files changed, 18 insertions(+), 16 deletions(-)