summaryrefslogtreecommitdiff
path: root/epan/tvbuff.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-10-23 22:02:56 +0000
committerBill Meier <wmeier@newsguy.com>2011-10-23 22:02:56 +0000
commited79560623358776fb1a14410383e1523ca1f400 (patch)
tree45842f6a2f4be6189b2001cc4d8100e4add850d1 /epan/tvbuff.c
parent63e83b1303472f42860d690ffa29409f24a6edfe (diff)
downloadwireshark-ed79560623358776fb1a14410383e1523ca1f400.tar.gz
Add a comment about tvb_get_ephemeral_faked_unicode() has been replaced by tvb_get_ephemeral_unicode_string().
svn path=/trunk/; revision=39528
Diffstat (limited to 'epan/tvbuff.c')
-rw-r--r--epan/tvbuff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/tvbuff.c b/epan/tvbuff.c
index 654947ba00..0c56b32ee8 100644
--- a/epan/tvbuff.c
+++ b/epan/tvbuff.c
@@ -2303,6 +2303,7 @@ tvb_fake_unicode(tvbuff_t *tvb, int offset, const int len, const gboolean little
* You do not have to free this buffer, it will be automatically freed
* when wireshark starts decoding the next packet.
*/
+/* XXX: This has been replaced by tvb_get_ephemeral_unicode_string() */
char *
tvb_get_ephemeral_faked_unicode(tvbuff_t *tvb, int offset, const int len, const gboolean little_endian)
{