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

Date: Sat, 07 Dec 2013 10:10:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53819

User: darkjames
Date: 2013/12/07 10:10 AM

Log:
 Add new string proto encoding for windows-1250 (ENC_WINDOWS_1250)
 
 - Move windows-1250 to unicode encoding table to charset.c
 - Add tvb_get_string_unichar2, tvb_get_stringz_unichar2 functions which recode tvb-string to UTF-8.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +7 -41     packet-gadu-gadu.c    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +23 -0     charsets.c    Modified
  +3 -0      charsets.h    Modified
  +1 -0      proto.h       Modified
  +41 -0     tvbuff.c      Modified