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

Wireshark-commits: [Wireshark-commits] rev 31365: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 27 Dec 2009 21:33:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31365

User: guy
Date: 2009/12/27 01:33 PM

Log:
 Some SMS characters require more than 2 bytes when encoded as UTF-8; the
 maximum number of bytes required by UTF-8 for a single code point is 6 -
 that's probably overkill here, as I don't think any *SMS* characters
 require 6 bytes, but we'll go with an expansion factor of 6 anyway.
 
 This fixes bug 4358.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +16 -2     packet-gsm_a_dtap.c    Modified