URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=48c90d16e7609281893e49bfe6f6cfa96dba9ec3
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
48c90d1 by Stefan Metzmacher (metze@xxxxxxxxx):
packet-smb2: fix getting the dataoffset in dissect_smb2_write_request()
It's 2 byte only so we need to use tvb_get_letohs().
Change-Id: Idbab6428f4242abbbff089d7e1d1bf4cc86930b1
Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/6710
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 97d0f36 packet-smb2: correctly dissect dcerpc traffic over different named pipe handles
adds 48c90d1 packet-smb2: fix getting the dataoffset in dissect_smb2_write_request()
Summary of changes:
epan/dissectors/packet-smb2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)