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