Wireshark-commits: [Wireshark-commits] master d91cd68: SMB3 SVHDX_OPEN_DEVICE_CONTEXT_V2 implementa
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d91cd6865a286e024cfe1c254b88fcb8ddc69b1b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d91cd68 by Volodymyr Khomenko (Volodymyr_Khomenko@xxxxxxxxxxxx):
SMB3 SVHDX_OPEN_DEVICE_CONTEXT_V2 implementation
1. Extended SMB3 dissector of OPEN_DEVICE_CONTEXT to hanlde V2 structure
See https://msdn.microsoft.com/en-us/library/mt240852.aspx
2. Rejected restriction for request-only processing
(now this context MUST be handled in response packets too, both V1 and v2).
See https://msdn.microsoft.com/en-us/library/dn366831.aspx
and https://msdn.microsoft.com/en-us/library/dn409028.aspx#Appendix_A_10
Change-Id: I7f200932d07eb61c6465d5792a550332ac769be5
Reviewed-on: https://code.wireshark.org/review/20473
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from c2e74c5 Don't cast to a too-large size.
adds d91cd68 SMB3 SVHDX_OPEN_DEVICE_CONTEXT_V2 implementation
Summary of changes:
epan/dissectors/packet-smb2.c | 72 +++++++++++++++++++++++++++++++++++------
1 file changed, 62 insertions(+), 10 deletions(-)