Hi, String from tvb_get_ephemeral_string() still needs escaping with format_text(), cause it doesn't check encoding.
When you use: tvb_get_ephemeral_string_enc(tvb, offset, length, ENC_UTF_8 | ENC_NA); It guarantees result encoded in UTF-8: * string as converted from the appropriate encoding to UTF-8 ... (Code to do it is still in XXX's but this is bug in libwireshark and no one can blame you that you used wrong function :)) Regards, Kuba ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
