ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 43363: /trunk/epan/ /trunk/epan/dissectors/: packet-gadu

Date: Tue, 19 Jun 2012 14:32:25 GMT
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