Wireshark-commits: [Wireshark-commits] rev 54351: /trunk/epan/ /trunk/epan/dissectors/: packet-baca
Date: Sun, 22 Dec 2013 08:45:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54351

User: guy
Date: 2013/12/22 08:45 AM

Log:
 Add UCS-4 support, and use it.
 
 Shuffle the character ENC_ values around a bit, keeping the Unicode
 encodings together, moving the Windows code pages (only one for now)
 after the ISO 8859 encodings, and putting "I can't believe it's not
 ASCII!" at the end.
 
 Fix some comment typoes, and update another comment, while we're at it.

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +2 -82     packet-bacapp.c    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +19 -23    proto.h       Modified
  +138 -38   tvbuff.c      Modified