Wireshark-commits: [Wireshark-commits] rev 54318: /trunk/epan/ /trunk/epan/: tvbuff.c tvbuff.h
Date: Sat, 21 Dec 2013 01:42:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54318

User: guy
Date: 2013/12/21 01:42 AM

Log:
 Get rid of tvb_get_unicode_string() and tvb_get_unicode_stringz();
 instead, have static routines to get UCS-2 (no surrogate pairs) and
 UTF-16 (with surrogate pairs) strings, with the routines to handle
 UTF-16 actually handling surrogate pairs.
 
 Update some out-of-date comments while we're at it.

Directory: /trunk/epan/
  Changes    Path          Action
  +210 -91   tvbuff.c      Modified
  +2 -10     tvbuff.h      Modified