Wireshark-commits: [Wireshark-commits] rev 54374: /trunk/epan/ /trunk/epan/: tvbuff.c
Date: Mon, 23 Dec 2013 01:25:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54374

User: guy
Date: 2013/12/23 01:25 AM

Log:
 Fix the offset constant in SURROGATE_VALUE(), and add rather than OR it.
 
 Expand a bunch of comments, discussing what various routines do and
 should perhaps do.
 
 Pull the core of tvb_get_ucs_2_string()/tvb_get_ucs_2_stringz() and
 tvb_get_ucs_4_string()/tvb_get_ucs_4_stringz() into common routines, as
 we did for tvb_get_utf_16_string()/tvb_get_utf_16_stringz().

Directory: /trunk/epan/
  Changes    Path          Action
  +63 -55    tvbuff.c      Modified