ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12128] SMB2 Notify response incorrectly reported as Malfor

Date: Wed, 17 Feb 2016 10:09:59 +0000

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
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.