Wireshark mailing list archives

Re: tvb_get_string_enc() doesn't always return valid UTF-8


From: Evan Huus <eapache () gmail com>
Date: Mon, 20 Jan 2014 19:18:05 -0500

On Mon, Jan 20, 2014 at 6:28 PM, Guy Harris <guy () alum mit edu> wrote:

On Jan 20, 2014, at 9:22 AM, Martin Kaiser <lists () kaiser cx> wrote:

Comments in the code suggest that tvb_get_string() should replace
chars>=0x80 with the unicode replacement char, which is two bytes long.

We should also probably audit all calls to tvb_get_string() and tvb_get_stringz() in dissectors and change them to 
tvb_get_string_enc() with the appropriate encoding.

Add them to checkAPIs as deprecated then, so we avoid adding any new
calls to them?
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: