summaryrefslogtreecommitdiff
path: root/epan/tvbuff.h
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.h
parent2b3eddb8429a55a3e1f2646f807e8ef7075cc852 (diff)
downloadwireshark-d37c33b7e7c9e8ac53a536b7d6c64f602d66bb94.tar.gz
Mention that the fake tvb unicode functions have been superceded
svn path=/trunk/; revision=35689
Diffstat (limited to 'epan/tvbuff.h')
-rw-r--r--epan/tvbuff.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index d377d395f4..4763d14683 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -444,6 +444,9 @@ extern gint tvb_strnlen(tvbuff_t*, const gint offset, const guint maxlength);
* assuming all characters are ASCII )-: The len parameter is the number
* of guint16's to convert from Unicode.
*
+ * XXX - These functions have been superceded by tvb_get_unicode_string()
+ * and tvb_get_ephemeral_unicode_string()
+ *
* tvb_fake_unicode() returns a buffer allocated by g_malloc() and must
* be g_free() by the caller.
* tvb_get_ephemeral_faked_unicode() returns a buffer that does not need