URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6259b79d257fac11cda823b7bf0e4f291d68186b
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
6259b79 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>
Actions performed:
from 021e994 Handle some weirdness with the primary domain field in NegProt replies.
add 6259b79 Fix the dissection of create temporary file responses.
Summary of changes:
epan/dissectors/packet-smb.c | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)