URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=782c4e496bc6d3610f504b06690e7848abd4453a
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
782c4e4 by Guy Harris (guy@xxxxxxxxxxxx):
Fix the dissection of Find First2 Query EA Info information.
The file name doesn't appear to be padded, and may have a 1-byte null
terminator (yes, 1 byte, according to MS-CIFS) at the end, not included
in the file name length.
Change-Id: I8510434b3b5aec092290697c336924d6ff6be763
Reviewed-on: https://code.wireshark.org/review/33486
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 6259b79 Fix the dissection of create temporary file responses.
add 782c4e4 Fix the dissection of Find First2 Query EA Info information.
Summary of changes:
epan/dissectors/packet-smb.c | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)