URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=901ef718e8b1ef5767f6cac8b9b4d5260904de37
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
901ef71 by Stefan Metzmacher (metze@xxxxxxxxx):
packet-smb2: maintain a smb2_fid_info per open file
This can we used as salt for dcerpc connections over smb2.
The key is that we identify an open by the combination
of session_id, tree_id, persistent file_id and volative file_id.
As some broken implementations make the file_ids only unique
per tree connect.
Change-Id: I85cab68503560840a98d2d8d6c21b447b4242e3c
Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/11358
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 029d117 Use "2.0.0" for symbols that are in 2.0.
adds 901ef71 packet-smb2: maintain a smb2_fid_info per open file
Summary of changes:
epan/dissectors/packet-smb2.c | 99 +++++++++++++++++++++++++++++++++++------
epan/dissectors/packet-smb2.h | 12 +++++
2 files changed, 98 insertions(+), 13 deletions(-)