http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35344
User: sfisher
Date: 2011/01/03 10:29 AM
Log:
Introduce two new functions for Unicode (UTF-16) string handling:
tvb_get_unicode_string()
tvb_get_ephemeral_unicode_string()
These function like their counterparts, tvb_get_string and
tvb_get_epemeral_string, for standard strings.
Also update comment on what the first such function,
tvb_get_ephemeral_unicode_stringz does regarding updating lengthp.
Directory: /trunk/epan/
Changes Path Action
+98 -1 tvbuff.c Modified
+6 -0 tvbuff.h Modified