]> The Tcpdump Group git mirrors - tcpdump/commit
Correctly handle Unicode strings - skip padding to put them on a 2-byte
authorguy <guy>
Tue, 28 Dec 2004 22:29:44 +0000 (22:29 +0000)
committerguy <guy>
Tue, 28 Dec 2004 22:29:44 +0000 (22:29 +0000)
commit9ce2222dfe0350ab2535775a14e49139fc033f3d
tree7a2b01adb3ca046dabe7ad8e11e2be39710e3c70
parent922c8688c12fa46fe7d7061f3be813efa25d9d17
Correctly handle Unicode strings - skip padding to put them on a 2-byte
boundary, and base the Unicode-vs-non-Unicode decision on the "strings
are Unicode" bit in Flags2, except for those few strings that are always
ASCII, rather than doing a heuristic check.

Fix the padding in FindFirst2 requests.
print-smb.c
smb.h
smbutil.c