Wireshark-commits: [Wireshark-commits] rev 35344: /trunk/epan/ /trunk/epan/: tvbuff.c tvbuff.h
Date: Mon, 03 Jan 2011 18:29:34 GMT
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