URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b8e6b4c611bacd45205b8b8826461e9fdb7e87e7
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
b8e6b4c by Guy Harris (guy@xxxxxxxxxxxx):
Fix the dissection of create temporary file responses.
According to MS-CIFS:
1) the file name is not one of those "buffer format followed by
a string" fields, it's just a string, so there's no buffer
format field;
2) it's always in ASCII, so ignore the "Unicode strings" flag.
Note that, for the *request*, the *directory* name isn't claimed to
always be ASCII, so honor the "Unicode strings" flag there.
Change-Id: I495b7be8257d941ccf4b45126a44d25cf0ab2c12
Reviewed-on: https://code.wireshark.org/review/33482
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit e79b78f174c045bc0e873c3515c31b3d1bcad44d)
Reviewed-on: https://code.wireshark.org/review/33483
Actions performed:
from a38621a Add some comments indicating what protocol was selected.
add b8e6b4c Fix the dissection of create temporary file responses.
Summary of changes:
epan/dissectors/packet-smb.c | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)