URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3aca4dc4ea98f9a135b41e316b2fd6deb068f99c
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
3aca4dc 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>
(cherry picked from commit 782c4e496bc6d3610f504b06690e7848abd4453a)
Reviewed-on: https://code.wireshark.org/review/33491
Actions performed:
from 79f6042 Handle some weirdness with the primary domain field in NegProt replies.
add 3aca4dc 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(-)