Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8331] [BACnet] UCS-2 strings longer than 127 characters do

Date: Thu, 14 Feb 2013 17:08:52 +0000

changed bug 8331

What Removed Added
Attachment #10007 Flags   review_for_checkin?

Comment # 1 on bug 8331 from
Created attachment 10007 [details]
Patch that corrects this bug

The code breaks the string into chunks to limit the size of the array we
create.  The problem was that we were breaking the chunk by an odd number which
separated the multi-character encodings.  Changed the chunk size from 255 to
254.


You are receiving this mail because:
  • You are watching all bug changes.