http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54310
User: guy
Date: 2013/12/20 08:29 PM
Log:
Add new string_enc and stringz_enc methods that take an encoding value
as an argument, just as the add_packet_field method for a tree does.
Use tvb_get_string_enc() and tvb_get_stringz_enc() rather than
tvb_get_string(), tvb_get_stringz(), tvb_get_unicode_string(), and
tvb_get_unicode_stringz(). Treat "ustring" as meaning "UTF-16-encoded
Unicode string" rather than "UCS-2-encoded subset-of-Unicode string".
Directory: /trunk/epan/wslua/
Changes Path Action
+64 -4 wslua_tvb.c Modified