aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2008-06-30 13:46:34 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2008-06-30 13:46:34 +0000
commitb54acc9ad7125422432dc604f11c74d7a63bacf6 (patch)
tree6f9901a19e1f7058183f10792e3442010292a609 /doc/README.developer
parent98899e9996eb117d4daf8645f2708c36ea3bac90 (diff)
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
Diffstat (limited to 'doc/README.developer')
-rw-r--r--doc/README.developer4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 17b6ede81b..11085733ae 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -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