Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 35253: /trunk/ /trunk/doc/: README.developer /trunk/epan

Date: Thu, 23 Dec 2010 17:59:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35253

User: sfisher
Date: 2010/12/23 09:59 AM

Log:
 Introduce new function called tvb_get_ephemeral_unicode_stringz(), which
 is a unicode (UTF-16) version of tvb_get_ephemeral_stringz().  It scans
 a tvbuff for a UTF-16 string and converts it to UTF-8 upon return.

Directory: /trunk/doc/
  Changes    Path                Action
  +7 -0      README.developer    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +68 -0     tvbuff.c      Modified
  +3 -0      tvbuff.h      Modified