From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2661 : fix prototypes of tvb_fake_unicode() and tvb_get_ephemeral_faked_unicode()

svn path=/trunk/; revision=25636
This commit is contained in:
Jeff Morriss 2008-06-30 13:46:34 +00:00
parent 98899e9996
commit b54acc9ad7

View File

@ -1114,8 +1114,8 @@ free() this buffer, it will happen automatically once the next packet is
dissected.
guint8 *tvb_fake_unicode(tvbuff_t*, gint offset, gint length);
guint8 *tvb_get_ephemeral_faked_unicode(tvbuff_t*, gint offset, gint length);
guint8 *tvb_fake_unicode(tvbuff_t*, gint offset, gint length, gboolean little_endian);
guint8 *tvb_get_ephemeral_faked_unicode(tvbuff_t*, gint offset, gint length, gboolean little_endian);
Converts a 2-byte unicode string to an ASCII string.
Returns a null-terminated buffer containing data from the specified