http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43363
User: darkjames
Date: 2012/06/19 07:32 AM
Log:
Add proto_tree_add_unicode_string() to add UTF-8 string to tree.
Convert some proto_tree_add_string_format_value(..., val, "%s", val); to use new function.
Directory: /trunk/epan/dissectors/
Changes Path Action
+5 -8 packet-gadu-gadu.c Modified
+12 -15 packet-gsm_sms.c Modified
+4 -4 packet-ip.c Modified
+4 -4 packet-ipv6.c Modified
Directory: /trunk/epan/
Changes Path Action
+8 -0 proto.c Modified
+4 -0 proto.h Modified