summaryrefslogtreecommitdiff
path: root/epan/charsets.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/charsets.c')
-rw-r--r--epan/charsets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/charsets.c b/epan/charsets.c
index 336f7fc6b9..7f298fdba2 100644
--- a/epan/charsets.c
+++ b/epan/charsets.c
@@ -548,6 +548,8 @@ get_ucs_2_string(wmem_allocator_t *scope, const guint8 *ptr, gint length, const
* referred to by the pointer and length as a UTF-16 encoded string, and
* return a pointer to a UTF-8 string, allocated with the wmem scope.
*
+ * See RFC 2781 section 2.2.
+ *
* Encoding parameter should be ENC_BIG_ENDIAN or ENC_LITTLE_ENDIAN.
*
* Specify length in bytes.