Alexis La Goutte
changed
bug 12128
What |
Removed |
Added |
CC |
|
[email protected]
|
See Also |
|
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3609
|
Comment # 1
on bug 12128
from Alexis La Goutte
Hi Bill,
There is a line on smb2 dissector (coming from bug 3609)
/* If the ByteCount field is zero then the server MUST supply an
ErrorData field
that is one byte in length */
if (byte_count == 0) byte_count = 1;
and if you comment this line, no Malformed frame
You are receiving this mail because:
- You are watching all bug changes.