From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2661 :...
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 30 Jun 2008 13:46:34 +0000 (13:46 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 30 Jun 2008 13:46:34 +0000 (13:46 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25636 f5534014-38df-0310-8fa8-9805f1628bb7

doc/README.developer

index 17b6ede81b5214c188ed9c919a390ce0a6786f1c..11085733ae9eb29491c2fd855aef3cd599ffd85a 100644 (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