aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2011-01-28 20:01:01 +0000
committerStephen Fisher <steve@stephen-fisher.com>2011-01-28 20:01:01 +0000
commitd37c33b7e7c9e8ac53a536b7d6c64f602d66bb94 (patch)
tree6b1c4dc0b4d4239079cc8ee84a8fe1ccd8e9263a /epan/tvbuff.c
parent2b3eddb8429a55a3e1f2646f807e8ef7075cc852 (diff)
Mention that the fake tvb unicode functions have been superceded
svn path=/trunk/; revision=35689
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 8aa1e7b503..52cecb481c 100644
--- a/epan/tvbuff.c
+++ b/epan/tvbuff.c
@@ -2135,6 +2135,7 @@ tvb_memeql(tvbuff_t *tvb, const gint offset, const guint8 *str, size_t size)
* replacing all non-ASCII characters with a '.' )-: The caller must
* free the result returned. The len parameter is the number of guint16's
* to convert from Unicode. */
+/* XXX - this function has been superceded by tvb_get_unicode_string() */
char *
tvb_fake_unicode(tvbuff_t *tvb, int offset, const int len, const gboolean little_endian)
{